1
0
Fork 0
mirror of https://github.com/MatomoCamp/matomocamp-companion-android.git synced 2024-09-19 16:13:46 +02:00
matomocamp-companion-android/res/layout/item_main_menu.xml

10 lines
347 B
XML
Raw Normal View History

<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/section_text"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:drawablePadding="10dp"
android:fontFamily="sans-serif-light"
android:gravity="left"
android:padding="15dp"
android:textSize="21sp" />