Commit 68be91e1 authored by Tiago Cunha's avatar Tiago Cunha

PR based feedback

parent 857522e6
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:background="?attr/colorPrimaryDark"> android:background="?attr/colorPrimaryDark">
...@@ -57,5 +58,6 @@ ...@@ -57,5 +58,6 @@
android:layout_gravity="center_horizontal|bottom" android:layout_gravity="center_horizontal|bottom"
android:layout_margin="@dimen/margin_8" android:layout_margin="@dimen/margin_8"
android:textColor="@android:color/white" android:textColor="@android:color/white"
android:textAppearance="?attr/textAppearanceListItemSmall" /> android:textAppearance="@style/TextAppearance.AppCompat.Caption"
tools:text="Version: 1.0" />
</FrameLayout> </FrameLayout>
\ No newline at end of file
...@@ -240,7 +240,7 @@ ...@@ -240,7 +240,7 @@
<TextView <TextView
android:id="@+id/version_info" android:id="@+id/version_info"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="?attr/listPreferredItemHeight"
android:layout_gravity="center_horizontal" android:layout_gravity="center_horizontal"
android:textAppearance="?attr/textAppearanceListItemSmall" /> android:textAppearance="?attr/textAppearanceListItemSmall" />
</LinearLayout> </LinearLayout>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment