mirror of
https://github.com/cmclark00/mintris.git
synced 2025-05-23 13:45:20 +01:00
fix: update text styles and sizes across app to match mintris theme
This commit is contained in:
parent
68e8cb160f
commit
103a21d9b7
5 changed files with 165 additions and 98 deletions
|
@ -9,10 +9,11 @@
|
|||
android:id="@+id/available_skins_label"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="BLOCK SKINS"
|
||||
android:text="block skins"
|
||||
android:textColor="@android:color/white"
|
||||
android:textSize="18sp"
|
||||
android:textSize="24sp"
|
||||
android:textStyle="bold"
|
||||
android:fontFamily="sans-serif"
|
||||
android:gravity="center"
|
||||
android:layout_marginBottom="16dp" />
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue