am dfe2f709
: am 9c4d5dd8
: Merge "Modify Spinner so that the arrow is closer to the text" into lmp-dev
* commit 'dfe2f709c631bf2e819c3f87084948917e920eed': Modify Spinner so that the arrow is closer to the text
This commit is contained in:
committed by
Android Git Automerger
commit
6db44b35db
@@ -20,7 +20,7 @@
|
||||
android:orientation="vertical">
|
||||
|
||||
<FrameLayout android:id="@+id/pinned_header"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:visibility="gone" />
|
||||
|
||||
|
@@ -20,7 +20,7 @@
|
||||
android:orientation="vertical">
|
||||
|
||||
<FrameLayout android:id="@+id/pinned_header"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:visibility="gone" />
|
||||
|
||||
|
@@ -25,7 +25,7 @@
|
||||
android:background="@android:color/transparent">
|
||||
|
||||
<FrameLayout android:id="@+id/pinned_header"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:visibility="gone" />
|
||||
|
||||
|
@@ -16,7 +16,7 @@
|
||||
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:id="@android:id/widget_frame"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="@dimen/user_spinner_item_height"
|
||||
android:orientation="horizontal" >
|
||||
|
||||
@@ -39,6 +39,7 @@
|
||||
android:ellipsize="marquee"
|
||||
android:fadingEdge="horizontal"
|
||||
android:paddingStart="@dimen/user_spinner_padding"
|
||||
android:paddingEnd="@dimen/user_spinner_padding"
|
||||
style="@style/TextAppearance.Medium" />
|
||||
|
||||
</LinearLayout>
|
Reference in New Issue
Block a user