1
0
mirror of https://gitlab.com/openlp/android.git synced 2024-09-28 19:07:36 +00:00
android/app/src/main/res/layout/fragment_about.xml

9 lines
389 B
XML
Raw Permalink Normal View History

2018-09-10 16:17:08 +00:00
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/about_text"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="#000000"
android:gravity="center"
android:linksClickable="true"
android:padding="32dp"
android:textColor="#ffffffff" />