2016-06-02 21:52:42 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<ScrollView
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
2016-11-13 10:33:33 +01:00
|
|
|
android:id="@+id/license_holder"
|
2016-06-02 21:52:42 +02:00
|
|
|
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
|
2016-11-20 19:01:17 +01:00
|
|
|
android:id="@+id/license_notice"
|
2016-06-02 21:52:42 +02:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:text="@string/notice"/>
|
|
|
|
|
2016-11-20 19:01:17 +01:00
|
|
|
<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"/>
|
|
|
|
|
2016-06-02 21:52:42 +02:00
|
|
|
<TextView
|
2016-11-17 19:08:30 +01:00
|
|
|
android:id="@+id/license_subsampling_title"
|
2016-06-02 21:52:42 +02:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:paddingTop="@dimen/activity_margin"
|
2016-11-17 19:08:30 +01:00
|
|
|
android:text="@string/subsampling_title"
|
2016-06-02 21:52:42 +02:00
|
|
|
android:textColor="@color/colorPrimary"/>
|
|
|
|
|
|
|
|
<TextView
|
2016-11-17 19:08:30 +01:00
|
|
|
android:id="@+id/license_subsampling_text"
|
2016-06-02 21:52:42 +02:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
2016-11-17 19:08:30 +01:00
|
|
|
android:text="@string/subsampling_text"/>
|
2016-06-02 21:52:42 +02:00
|
|
|
|
|
|
|
<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"/>
|
|
|
|
|
2016-10-06 22:56:45 +02:00
|
|
|
<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"/>
|
|
|
|
|
2016-11-20 17:49:36 +01:00
|
|
|
<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"/>
|
|
|
|
|
2016-11-20 17:56:31 +01:00
|
|
|
<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"/>
|
|
|
|
|
2016-11-13 10:33:33 +01:00
|
|
|
<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"/>
|
2016-06-02 21:52:42 +02:00
|
|
|
</LinearLayout>
|
|
|
|
</ScrollView>
|