mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2025-01-06 21:55:55 +00:00
18 lines
778 B
XML
18 lines
778 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<android.support.v4.widget.NestedScrollView
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
app:layout_behavior="@string/appbar_scrolling_view_behavior"
|
|
tools:showIn="@layout/activity_scrolling"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
tools:context=".ScrollingActivity">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_margin="@dimen/text_margin"
|
|
android:text="@string/large_text"/>
|
|
|
|
</android.support.v4.widget.NestedScrollView> |