Maybe better switch background image to gradient?

This commit is contained in:
Snek 2017-03-11 13:32:44 +03:00
parent 5f5c9ed9a6
commit eb707e4cb3
2 changed files with 11 additions and 1 deletions

View File

@ -0,0 +1,10 @@
<shape
xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<gradient
android:angle="135"
android:startColor="#11110c"
android:centerColor="#050600"
android:endColor="#231e00"
android:type="linear" />
</shape>

View File

@ -3,7 +3,7 @@
android:id="@+id/activity_launch"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="@drawable/launch_bg"
android:background="@drawable/gradient_background"
android:paddingBottom="@dimen/activity_vertical_margin"
android:paddingLeft="@dimen/activity_horizontal_margin"
android:paddingRight="@dimen/activity_horizontal_margin"