Commit 91424b51 by Kunj Gupta

Unused stuff.

parent 68031446
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" <merge xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:layout_gravity="center" android:layout_gravity="center"
...@@ -13,4 +13,4 @@ ...@@ -13,4 +13,4 @@
android:layout_marginLeft="@dimen/splash_screen_logo_margin" android:layout_marginLeft="@dimen/splash_screen_logo_margin"
android:layout_marginRight="@dimen/splash_screen_logo_margin" android:layout_marginRight="@dimen/splash_screen_logo_margin"
android:src="@drawable/splash_logo" /> android:src="@drawable/splash_logo" />
</FrameLayout> </merge>
\ No newline at end of file \ No newline at end of file
...@@ -32,7 +32,6 @@ ...@@ -32,7 +32,6 @@
style="?android:textAppearanceMedium" style="?android:textAppearanceMedium"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_below="@id/user_username"
android:paddingLeft="@dimen/spacing" android:paddingLeft="@dimen/spacing"
android:paddingRight="@dimen/spacing" android:paddingRight="@dimen/spacing"
android:textColor="?android:textColorPrimary" /> android:textColor="?android:textColorPrimary" />
......
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 sign in to comment