mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Merge pull request #452 from neslihanturan/spinnerThemeIssue
Spinner theme issue
This commit is contained in:
commit
af91a3fe8c
2 changed files with 28 additions and 1 deletions
|
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<CheckedTextView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:id="@android:id/text1"
|
||||
style="?android:attr/spinnerDropDownItemStyle"
|
||||
android:singleLine="true"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="?android:attr/listPreferredItemHeight"
|
||||
android:ellipsize="marquee"
|
||||
android:textColor="@android:color/black"
|
||||
android:background="@android:color/white"
|
||||
/>
|
||||
Loading…
Add table
Add a link
Reference in a new issue