mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-28 21:33:53 +01:00
Change category question text sizes
This commit is contained in:
parent
3b1cf20d27
commit
76b8df2b28
3 changed files with 10 additions and 2 deletions
|
|
@ -5,7 +5,7 @@
|
|||
android:layout_height="match_parent"
|
||||
android:weightSum="6"
|
||||
android:orientation="vertical"
|
||||
android:gravity="center_horizontal"
|
||||
android:gravity="center_horizontal|bottom"
|
||||
>
|
||||
|
||||
<com.facebook.drawee.view.SimpleDraweeView
|
||||
|
|
@ -45,6 +45,7 @@
|
|||
android:layout_height="0dp"
|
||||
android:layout_weight="0.7"
|
||||
android:textSize="24sp"
|
||||
android:textStyle="bold"
|
||||
android:textAlignment="center"
|
||||
android:text="testing2"
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue