blob: d0e2b65cf0277dc4aa48fe163eeef68f36bac351 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:padding="@dimen/padding_large">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/developed_by"
android:textColor="@color/textColorAccent"
android:textSize="18sp"
android:layout_margin="@dimen/padding_small"/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/credits_developer"
android:textAppearance="?android:attr/textAppearanceSmall"
android:layout_margin="@dimen/padding_small"
android:textColor="@color/textColorPrimary" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/ringtones_by"
android:textColor="@color/textColorAccent"
android:textSize="18sp"
android:layout_margin="@dimen/padding_small" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/credits_ringtones"
android:textAppearance="?android:attr/textAppearanceSmall"
android:layout_margin="@dimen/padding_small"
android:textColor="@color/textColorPrimary" />
</LinearLayout>
</androidx.core.widget.NestedScrollView>