mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 21:03:54 +01:00
Force upload activity to has always DarkTheme to make it readable
This commit is contained in:
parent
231448c765
commit
9cc574c697
3 changed files with 22 additions and 6 deletions
|
|
@ -4,13 +4,14 @@
|
|||
android:layout_height="match_parent"
|
||||
android:layout_gravity="fill"
|
||||
android:orientation="vertical"
|
||||
android:background="#AA000000"
|
||||
android:background="?attr/fragmentCategorisationBackground"
|
||||
android:paddingBottom="8dip"
|
||||
android:paddingLeft="16dip"
|
||||
android:paddingStart="16dip"
|
||||
android:paddingRight="16dip"
|
||||
android:paddingEnd="16dip"
|
||||
android:paddingTop="8dip"
|
||||
android:theme="@style/DarkAppTheme"
|
||||
>
|
||||
|
||||
<EditText
|
||||
|
|
@ -32,16 +33,23 @@
|
|||
android:imeOptions="flagNoExtractUi"
|
||||
/>
|
||||
|
||||
<Spinner
|
||||
android:id="@+id/licenseSpinner"
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:theme="@style/LightAppTheme"
|
||||
>
|
||||
</Spinner>
|
||||
<Spinner
|
||||
android:id="@+id/licenseSpinner"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
>
|
||||
</Spinner>
|
||||
</LinearLayout>
|
||||
|
||||
|
||||
<Button
|
||||
android:text="@string/use_previous"
|
||||
android:background="#90000000"
|
||||
android:background="?attr/buttonBackground"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:id="@+id/titleDescButton"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue