mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Added resaons in dropdown list
This commit is contained in:
parent
e8f4a286c5
commit
b07282f5af
4 changed files with 158 additions and 38 deletions
8
app/src/main/res/layout/simple_spinner_dropdown_list.xml
Normal file
8
app/src/main/res/layout/simple_spinner_dropdown_list.xml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:id="@android:id/text1"
|
||||
style="?android:attr/spinnerDropDownItemStyle"
|
||||
android:singleLine="false"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="?android:attr/listPreferredItemHeight"
|
||||
android:ellipsize="marquee" />
|
||||
|
|
@ -336,6 +336,7 @@
|
|||
|
||||
<string name="delete_recent_searches_dialog">Are you sure you want to clear your search history?</string>
|
||||
<string name="search_history_deleted">Search history deleted</string>
|
||||
<string name="nominate_delete">Nominate For Deletion</string>
|
||||
|
||||
<string name="Achievements">Achievements</string>
|
||||
<string name="statistics">STATISTICS</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue