Update all logos

This commit is contained in:
Torsten Grote
2016-12-15 15:19:38 -02:00
parent e7a26c42a4
commit a6d053a0ea
21 changed files with 757 additions and 11 deletions

View File

@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#FFFFFF" >
android:background="@color/window_background" >
<ImageView
android:src="@drawable/briar_logo_large"
android:src="@drawable/splash_screen"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:layout_gravity="center"
android:layout_margin="@dimen/margin_xxlarge"
android:contentDescription="@string/app_name"/>
</RelativeLayout>
</FrameLayout>