#377 New section style

Adjusted text size and RTL support
This commit is contained in:
Niedermann IT-Dienstleistungen 2018-04-13 15:50:20 +02:00 committed by Niedermann IT-Dienstleistungen
parent 1920f6dd12
commit 0c43229b10

View file

@ -19,8 +19,10 @@
android:gravity="center_vertical" android:gravity="center_vertical"
android:paddingBottom="8dp" android:paddingBottom="8dp"
android:paddingLeft="56dp" android:paddingLeft="56dp"
android:paddingStart="56dp"
android:paddingRight="16dp" android:paddingRight="16dp"
android:paddingEnd="16dp"
android:paddingTop="48dp" android:paddingTop="48dp"
android:textColor="@color/fg_default_selection" android:textColor="@color/fg_default_selection"
android:textSize="12sp" /> android:textSize="14sp" />
</RelativeLayout> </RelativeLayout>