ref: 6a08fe0fc6bad6d8efd2ce4f3ba620d5a43ffd5b
app/src/main/res/layout/content_help.xml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
<?xml version="1.0" encoding="utf-8"?> <android.support.v4.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" app:layout_behavior="@string/appbar_scrolling_view_behavior" tools:context="ml.adamsprogs.bimba.activities.HelpActivity" tools:showIn="@layout/activity_help"> <TextView android:id="@+id/help_text" android:layout_width="wrap_content" android:layout_height="wrap_content" android:background="@android:color/transparent" android:text="@string/help_text" android:layout_margin="@dimen/text_margin"/> </android.support.v4.widget.NestedScrollView> |