Create bg for phone from asset. Recreate small Amadeus icon. Remove reduntant stuff.

This commit is contained in:
RIP95 2017-03-12 15:24:43 +03:00
parent f76f552e65
commit 7111994df8
18 changed files with 10 additions and 24 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 442 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 205 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 724 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.8 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 588 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

View File

@ -3,11 +3,7 @@
android:id="@+id/activity_launch"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="@drawable/gradient_background"
android:paddingBottom="@dimen/activity_vertical_margin"
android:paddingLeft="@dimen/activity_horizontal_margin"
android:paddingRight="@dimen/activity_horizontal_margin"
android:paddingTop="@dimen/activity_vertical_margin">
android:background="@drawable/gradient_background" >
<ImageView
android:id="@+id/imageView_cancel"
@ -17,7 +13,6 @@
android:layout_centerHorizontal="true"
android:layout_marginTop="51dp"
android:adjustViewBounds="false"
android:cropToPadding="false"
android:src="@drawable/cancel_unselect" />
<TextView
@ -46,7 +41,6 @@
android:layout_alignStart="@+id/imageView_cancel"
android:layout_marginBottom="136dp"
android:adjustViewBounds="false"
android:cropToPadding="false"
android:src="@drawable/connect_unselect" />
<ImageView

View File

@ -2,19 +2,14 @@
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/activity_main"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="@color/colorPrimary"
android:paddingBottom="0.0dip"
android:paddingLeft="0.0dip"
android:paddingRight="0.0dip"
android:paddingTop="0.0dip">
android:layout_height="fill_parent" >
<ImageView
android:id="@+id/imageView_bg"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:scaleType="centerCrop"
android:src="@drawable/bg" />
android:src="@drawable/bg1" />
<ImageView
android:id="@+id/imageView_kurisu"
@ -25,17 +20,15 @@
<ImageView
android:id="@+id/imageView_logo_small"
android:layout_width="35dp"
android:layout_height="35dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/amadeus_icon_smaller"
android:layout_marginRight="10dp"
android:layout_marginEnd="10dp"
android:layout_marginBottom="26dp"
android:layout_alignParentBottom="true"
android:layout_alignParentEnd="true"
android:layout_alignParentRight="true"
android:layout_marginBottom="33.0dip"
android:layout_marginEnd="35.0dip"
android:layout_marginRight="35.0dip"
android:scaleX="2.5"
android:scaleY="2.5"
android:src="@drawable/amadeus_icon_smaller" />
android:layout_alignParentEnd="true" />
<ImageView
android:id="@+id/imageView_subtitles"
@ -68,7 +61,6 @@
android:gravity="start"
android:shadowColor="#000"
android:shadowRadius="2"
android:text=""
android:textAlignment="gravity"
android:textAppearance="@style/TextAppearance.AppCompat"
android:textColor="#FFF"