Move theme checkbox to settings activity

This commit is contained in:
Neslihan 2017-03-18 01:49:19 +03:00
parent c7909b4f66
commit 7e256175dc
23 changed files with 118 additions and 121 deletions

View file

@ -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"