adjusted the word search field and the 'no search result' items minimum height to 48dp
This commit is contained in:
parent
f330242757
commit
40b1aff3b1
5 changed files with 8 additions and 2 deletions
|
|
@ -21,7 +21,8 @@
|
|||
android:focusable="true"
|
||||
android:focusableInTouchMode="true"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_width="match_parent" />
|
||||
android:layout_width="match_parent"
|
||||
android:minHeight="@dimen/preferences_text_min_height" />
|
||||
|
||||
<TextView android:id="@android:id/summary"
|
||||
android:layout_height="wrap_content"
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@
|
|||
android:focusableInTouchMode="true"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_width="match_parent"
|
||||
android:minHeight="@dimen/preferences_text_min_height"
|
||||
android:textSize="@dimen/pref_large_text_size" />
|
||||
|
||||
<TextView android:id="@android:id/summary"
|
||||
|
|
|
|||
|
|
@ -9,5 +9,6 @@
|
|||
<TextView
|
||||
android:id="@android:id/summary"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_width="wrap_content" />
|
||||
android:layout_width="wrap_content"
|
||||
android:minHeight="@dimen/preferences_text_min_height"/>
|
||||
</LinearLayout>
|
||||
|
|
|
|||
|
|
@ -10,5 +10,6 @@
|
|||
android:id="@android:id/summary"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_width="wrap_content"
|
||||
android:minHeight="@dimen/preferences_text_min_height"
|
||||
android:textAppearance="@android:style/TextAppearance.DeviceDefault.Widget.TextView" />
|
||||
</LinearLayout>
|
||||
|
|
|
|||
|
|
@ -4,6 +4,8 @@
|
|||
<dimen name="candidate_height">26sp</dimen>
|
||||
<dimen name="candidate_padding_horizontal">6sp</dimen>
|
||||
|
||||
<dimen name="preferences_text_min_height">48dp</dimen>
|
||||
|
||||
<dimen name="soft_key_height">44dp</dimen>
|
||||
<dimen name="soft_key_icon_size">24sp</dimen>
|
||||
<dimen name="soft_key_drawable_bottom_padding">6dp</dimen>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue