blob: d43baa3a9e914af0e55239b8254c309751a58a70 [file] [log] [blame]
Aline Bonnet1c0e6732017-04-26 14:39:26 -04001<?xml version="1.0" encoding="utf-8"?>
2<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
3 android:layout_width="match_parent"
4 android:layout_height="match_parent">
5
6 <LinearLayout
7 android:layout_width="match_parent"
8 android:layout_height="wrap_content"
9 android:orientation="vertical"
10 android:padding="@dimen/padding_medium">
11
12 <TextView
13 android:layout_width="wrap_content"
14 android:layout_height="wrap_content"
15 android:layout_marginLeft="5dp"
16 android:layout_marginRight="5dp"
17 android:layout_marginTop="5dp"
18 android:text="@string/developed_by"
19 android:textColor="@color/color_primary_dark"
20 android:textSize="18sp" />
21
22 <TextView
23 android:layout_width="wrap_content"
24 android:layout_height="wrap_content"
25 android:layout_marginBottom="5dp"
26 android:layout_marginLeft="5dp"
27 android:layout_marginRight="5dp"
28 android:text="@string/credits_developer"
29 android:textAppearance="?android:attr/textAppearanceSmall" />
30
Aline Bonnet1c0e6732017-04-26 14:39:26 -040031
Aline Bonnet1c0e6732017-04-26 14:39:26 -040032
33 </LinearLayout>
34
35</ScrollView>