|
@ -20,7 +20,7 @@ |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="?attr/actionBarSize" |
|
|
android:layout_height="?attr/actionBarSize" |
|
|
android:background="?attr/colorPrimary" |
|
|
android:background="?attr/colorPrimary" |
|
|
app:popupTheme="@style/ToolbarTheme"></android.support.v7.widget.Toolbar> |
|
|
app:popupTheme="@style/ToolbarTheme" /> |
|
|
</android.support.design.widget.AppBarLayout> |
|
|
</android.support.design.widget.AppBarLayout> |
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -28,7 +28,7 @@ |
|
|
android:id="@+id/scrollview" |
|
|
android:id="@+id/scrollview" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="match_parent" |
|
|
android:layout_height="match_parent" |
|
|
android:background="@color/background" |
|
|
android:background="@color/primary_light" |
|
|
app:layout_behavior="@string/appbar_scrolling_view_behavior"> |
|
|
app:layout_behavior="@string/appbar_scrolling_view_behavior"> |
|
|
|
|
|
|
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" |
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" |
|
@ -41,18 +41,15 @@ |
|
|
android:paddingTop="@dimen/activity_vertical_margin" |
|
|
android:paddingTop="@dimen/activity_vertical_margin" |
|
|
tools:context="com.eternalpixels.toinfinity.Info"> |
|
|
tools:context="com.eternalpixels.toinfinity.Info"> |
|
|
|
|
|
|
|
|
|
|
|
<ImageView |
|
|
<pl.droidsonroids.gif.GifImageView |
|
|
|
|
|
android:id="@+id/logoView" |
|
|
android:id="@+id/logoView" |
|
|
android:layout_width="wrap_content" |
|
|
android:layout_width="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_alignParentTop="true" |
|
|
android:layout_margin="15dp" |
|
|
android:layout_centerHorizontal="true" |
|
|
android:layout_centerHorizontal="true" |
|
|
android:layout_marginBottom="20dp" |
|
|
android:layout_alignParentTop="true" |
|
|
android:layout_marginTop="20dp" |
|
|
android:src="@mipmap/ic_launcher" |
|
|
android:contentDescription="@string/logo" |
|
|
android:contentDescription="@string/logo" /> |
|
|
android:src="@drawable/logo_animated" /> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
<TextView |
|
|
android:id="@+id/version" |
|
|
android:id="@+id/version" |
|
|