mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-28 21:33:53 +01:00
Add some category stuff back in to review (#1538)
* Use standalone category extraction code in MediaDataExtractor * Add categories to category review page
This commit is contained in:
parent
2cedf44124
commit
3b1cf20d27
7 changed files with 72 additions and 26 deletions
|
|
@ -22,7 +22,7 @@
|
|||
android:layout_height="0dp"
|
||||
android:layout_weight="1.1"
|
||||
android:textAlignment="center"
|
||||
android:textSize="32dp"
|
||||
android:textSize="32sp"
|
||||
android:gravity="center_vertical"
|
||||
android:text="testing1"
|
||||
/>
|
||||
|
|
@ -32,12 +32,23 @@
|
|||
android:layout_height="0dp"
|
||||
android:layout_weight="0.7"
|
||||
android:textAlignment="center"
|
||||
android:textSize="24dp"
|
||||
android:textSize="24sp"
|
||||
android:layout_marginBottom="15dp"
|
||||
android:gravity="center_vertical"
|
||||
android:text="testing2"
|
||||
/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/reviewCategories"
|
||||
android:visibility="gone"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="0dp"
|
||||
android:layout_weight="0.7"
|
||||
android:textSize="24sp"
|
||||
android:textAlignment="center"
|
||||
android:text="testing2"
|
||||
/>
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="0dp"
|
||||
|
|
@ -52,7 +63,7 @@
|
|||
android:layout_weight="1"
|
||||
android:background="@android:color/transparent"
|
||||
android:text="@string/yes"
|
||||
android:textSize="20dp"
|
||||
android:textSize="20sp"
|
||||
android:textColor="?attr/colorPrimaryDark"
|
||||
/>
|
||||
|
||||
|
|
@ -63,7 +74,7 @@
|
|||
android:background="@android:color/transparent"
|
||||
android:layout_weight="1"
|
||||
android:text="@string/no"
|
||||
android:textSize="20dp"
|
||||
android:textSize="20sp"
|
||||
android:textColor="?attr/colorPrimaryDark"
|
||||
/>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue