diff options
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/layout-xlarge/f_about.xml | 9 | ||||
-rw-r--r-- | app/src/main/res/layout/f_about.xml | 9 |
2 files changed, 18 insertions, 0 deletions
diff --git a/app/src/main/res/layout-xlarge/f_about.xml b/app/src/main/res/layout-xlarge/f_about.xml index c7896917..4165215c 100644 --- a/app/src/main/res/layout-xlarge/f_about.xml +++ b/app/src/main/res/layout-xlarge/f_about.xml @@ -23,6 +23,15 @@ android:layout_height="12sp" /> <TextView + android:id="@+id/terms_of_service" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:autoLink="all" + android:visibility="gone" + android:paddingBottom="12dp" + /> + + <TextView android:layout_width="match_parent" android:layout_height="wrap_content" android:textSize="18sp" diff --git a/app/src/main/res/layout/f_about.xml b/app/src/main/res/layout/f_about.xml index aba51141..b4a8d9b6 100644 --- a/app/src/main/res/layout/f_about.xml +++ b/app/src/main/res/layout/f_about.xml @@ -23,6 +23,15 @@ android:layout_height="10sp" /> <TextView + android:id="@+id/terms_of_service" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:autoLink="all" + android:visibility="gone" + android:paddingBottom="12dp" + /> + + <TextView android:layout_width="match_parent" android:layout_height="wrap_content" android:autoLink="all" |