Skip to content

Commit

Permalink
Merge branch 'master' into 4647-the-main-thread-is-blocked
Browse files Browse the repository at this point in the history
  • Loading branch information
dogi authored Oct 16, 2024
2 parents 5629200 + cc57d11 commit cc1202b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/layout/activity_feedback_detail.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
android:id="@+id/feedback_reply_edit_text"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="3"
android:layout_weight="2.3"
android:hint="@string/please_enter_reply"
android:textColorHint="@color/hint_color"
android:textColor="@color/daynight_textColor"
Expand All @@ -52,7 +52,7 @@
style="@style/PrimaryButton"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:layout_weight="0.8"
android:text="@string/close" />
</LinearLayout>

Expand Down

0 comments on commit cc1202b

Please sign in to comment.