bigger SAP logo for phones
|
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 4.6 KiB |
|
Before Width: | Height: | Size: 3.4 KiB |
|
After Width: | Height: | Size: 3.1 KiB |
|
Before Width: | Height: | Size: 2.3 KiB |
|
After Width: | Height: | Size: 5.9 KiB |
|
Before Width: | Height: | Size: 8.9 KiB After Width: | Height: | Size: 8.9 KiB |
|
Before Width: | Height: | Size: 6.9 KiB |
|
After Width: | Height: | Size: 12 KiB |
@@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<bitmap
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:src="@drawable/sap_logo_75dp"/>
|
||||
android:src="@drawable/sap_logo_100dp"/>
|
||||
@@ -1,18 +1,18 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
|
||||
<ImageView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:scaleType="centerCrop"
|
||||
android:src="@drawable/backdrop" />
|
||||
android:src="@drawable/backdrop"/>
|
||||
|
||||
<View
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:background="@color/constant_black_transparent" />
|
||||
android:background="@color/constant_black_transparent"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/backdrop_title"
|
||||
@@ -26,7 +26,7 @@
|
||||
android:layout_marginRight="@dimen/side_padding"
|
||||
android:text="@string/login_text"
|
||||
android:textColor="@color/constant_white"
|
||||
android:textSize="@dimen/textSize_32" />
|
||||
android:textSize="@dimen/textSize_32"/>
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/imageView"
|
||||
@@ -34,7 +34,8 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_above="@+id/backdrop_title"
|
||||
android:layout_alignLeft="@+id/backdrop_title"
|
||||
android:src="@drawable/sap_logo" />
|
||||
android:layout_marginBottom="@dimen/side_padding"
|
||||
android:src="@drawable/sap_logo"/>
|
||||
|
||||
<FrameLayout
|
||||
android:id="@+id/protest_time_fragment"
|
||||
|
||||