Rename a resource more appropriate one
Bug: 5246982 Change-Id: Ic0e43c0e67f63ea069dd4758cf900765ad7a3678main
parent
5bb7a64fe2
commit
99f6760c40
|
@ -33,7 +33,7 @@
|
||||||
android:orientation="horizontal"
|
android:orientation="horizontal"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:minHeight="@dimen/suggestions_strip_minimum_height"
|
android:minHeight="@dimen/suggestions_view_minimum_height"
|
||||||
android:gravity="bottom"
|
android:gravity="bottom"
|
||||||
>
|
>
|
||||||
<View
|
<View
|
||||||
|
|
|
@ -60,7 +60,7 @@
|
||||||
|
|
||||||
<dimen name="suggestions_strip_height">36dip</dimen>
|
<dimen name="suggestions_strip_height">36dip</dimen>
|
||||||
<dimen name="more_suggestions_row_height">36dip</dimen>
|
<dimen name="more_suggestions_row_height">36dip</dimen>
|
||||||
<dimen name="suggestions_strip_minimum_height">160sp</dimen>
|
<dimen name="suggestions_view_minimum_height">160sp</dimen>
|
||||||
<!-- Amount of allowance for selecting keys in a mini popup keyboard by sliding finger. -->
|
<!-- Amount of allowance for selecting keys in a mini popup keyboard by sliding finger. -->
|
||||||
<!-- popup_key_height x 1.2 -->
|
<!-- popup_key_height x 1.2 -->
|
||||||
<dimen name="mini_keyboard_slide_allowance">0.336in</dimen>
|
<dimen name="mini_keyboard_slide_allowance">0.336in</dimen>
|
||||||
|
|
|
@ -71,7 +71,7 @@
|
||||||
|
|
||||||
<dimen name="suggestions_strip_height">44dip</dimen>
|
<dimen name="suggestions_strip_height">44dip</dimen>
|
||||||
<dimen name="more_suggestions_row_height">44dip</dimen>
|
<dimen name="more_suggestions_row_height">44dip</dimen>
|
||||||
<dimen name="suggestions_strip_minimum_height">200sp</dimen>
|
<dimen name="suggestions_view_minimum_height">200sp</dimen>
|
||||||
<dimen name="suggestions_strip_padding">15.0mm</dimen>
|
<dimen name="suggestions_strip_padding">15.0mm</dimen>
|
||||||
<dimen name="suggestion_min_width">46dip</dimen>
|
<dimen name="suggestion_min_width">46dip</dimen>
|
||||||
<dimen name="suggestion_padding">8dip</dimen>
|
<dimen name="suggestion_padding">8dip</dimen>
|
||||||
|
|
|
@ -81,7 +81,7 @@
|
||||||
<dimen name="more_suggestions_row_height">40dip</dimen>
|
<dimen name="more_suggestions_row_height">40dip</dimen>
|
||||||
<dimen name="more_suggestions_slide_allowance">0.2in</dimen>
|
<dimen name="more_suggestions_slide_allowance">0.2in</dimen>
|
||||||
<fraction name="more_suggestions_info_ratio">12%</fraction>
|
<fraction name="more_suggestions_info_ratio">12%</fraction>
|
||||||
<dimen name="suggestions_strip_minimum_height">200sp</dimen>
|
<dimen name="suggestions_view_minimum_height">200sp</dimen>
|
||||||
<dimen name="suggestions_strip_padding">0dip</dimen>
|
<dimen name="suggestions_strip_padding">0dip</dimen>
|
||||||
<dimen name="suggestion_min_width">44dip</dimen>
|
<dimen name="suggestion_min_width">44dip</dimen>
|
||||||
<dimen name="suggestion_padding">6dip</dimen>
|
<dimen name="suggestion_padding">6dip</dimen>
|
||||||
|
|
Loading…
Reference in New Issue