mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Move theme checkbox to settings activity
This commit is contained in:
parent
c7909b4f66
commit
7e256175dc
23 changed files with 118 additions and 121 deletions
|
|
@ -33,21 +33,12 @@
|
|||
android:imeOptions="flagNoExtractUi"
|
||||
/>
|
||||
|
||||
<LinearLayout
|
||||
<Spinner
|
||||
android:id="@+id/licenseSpinner"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:theme="@style/LightAppTheme"
|
||||
>
|
||||
|
||||
<Spinner
|
||||
android:id="@+id/licenseSpinner"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:theme="@style/SpinnerTheme"
|
||||
/>
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
android:theme="?attr/spinnerTheme"
|
||||
/>
|
||||
|
||||
<Button
|
||||
android:text="@string/use_previous"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue