FossifyGallery/app/src/main/res/layout/activity_license.xml
2016-11-20 19:01:17 +01:00

133 lines
5 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<ScrollView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/license_holder"
android:layout_width="match_parent"
android:layout_height="match_parent">
<LinearLayout
android:id="@+id/license"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:padding="@dimen/activity_margin">
<TextView
android:id="@+id/license_notice"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/notice"/>
<TextView
android:id="@+id/license_kotlin_title"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingTop="@dimen/activity_margin"
android:text="@string/kotlin_title"
android:textColor="@color/colorPrimary"/>
<TextView
android:id="@+id/license_kotlin_text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/kotlin_text"/>
<TextView
android:id="@+id/license_subsampling_title"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingTop="@dimen/activity_margin"
android:text="@string/subsampling_title"
android:textColor="@color/colorPrimary"/>
<TextView
android:id="@+id/license_subsampling_text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/subsampling_text"/>
<TextView
android:id="@+id/license_glide_title"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingTop="@dimen/activity_margin"
android:text="@string/glide_title"
android:textColor="@color/colorPrimary"/>
<TextView
android:id="@+id/license_glide_text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/glide_text"/>
<TextView
android:id="@+id/license_cropper_title"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingTop="@dimen/activity_margin"
android:text="@string/cropper_title"
android:textColor="@color/colorPrimary"/>
<TextView
android:id="@+id/license_cropper_text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/cropper_text"/>
<TextView
android:id="@+id/license_multiselect_title"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingTop="@dimen/activity_margin"
android:text="@string/multiselect_title"
android:textColor="@color/colorPrimary"/>
<TextView
android:id="@+id/license_multiselect_text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/multiselect_text"/>
<TextView
android:id="@+id/license_rtl_viewpager_title"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingTop="@dimen/activity_margin"
android:text="@string/rtl_viewpager_title"
android:textColor="@color/colorPrimary"/>
<TextView
android:id="@+id/license_rtl_viewpager_text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/rtl_viewpager_text"/>
<TextView
android:id="@+id/license_filepicker_title"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingTop="@dimen/activity_margin"
android:text="@string/filepicker_title"
android:textColor="@color/colorPrimary"/>
<TextView
android:id="@+id/license_filepicker_text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/filepicker_text"/>
<TextView
android:id="@+id/license_fileproperties_title"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingTop="@dimen/activity_margin"
android:text="@string/fileproperties_title"
android:textColor="@color/colorPrimary"/>
<TextView
android:id="@+id/license_fileproperties_text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/fileproperties_text"/>
</LinearLayout>
</ScrollView>