updating the fullscreen Panorama icons

This commit is contained in:
tibbi 2019-01-02 22:06:10 +01:00
parent 683f1edba0
commit 5f9ebf4920
11 changed files with 6 additions and 16 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 520 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 622 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 940 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

View file

@ -1,7 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<inset xmlns:android="http://schemas.android.com/apk/res/android"
android:drawable="@drawable/circle_black_background"
android:insetBottom="@dimen/activity_margin"
android:insetLeft="@dimen/activity_margin"
android:insetRight="@dimen/activity_margin"
android:insetTop="@dimen/activity_margin"/>

View file

@ -28,9 +28,8 @@
android:layout_width="@dimen/play_outline_size_big"
android:layout_height="@dimen/play_outline_size_big"
android:layout_centerInParent="true"
android:background="@drawable/circle_black_background_with_inset"
android:padding="28dp"
android:src="@drawable/ic_panorama"
android:padding="20dp"
android:src="@drawable/ic_panorama_outline"
android:visibility="gone"/>
<TextView

View file

@ -40,9 +40,8 @@
android:layout_width="@dimen/play_outline_size_big"
android:layout_height="@dimen/play_outline_size_big"
android:layout_centerInParent="true"
android:background="@drawable/circle_black_background_with_inset"
android:padding="26dp"
android:src="@drawable/ic_play"/>
android:padding="20dp"
android:src="@drawable/ic_play_outline"/>
<TextView
android:id="@+id/slide_info"
@ -66,9 +65,8 @@
android:layout_width="@dimen/play_outline_size_big"
android:layout_height="@dimen/play_outline_size_big"
android:layout_centerInParent="true"
android:background="@drawable/circle_black_background_with_inset"
android:padding="28dp"
android:src="@drawable/ic_panorama"
android:padding="20dp"
android:src="@drawable/ic_panorama_outline"
android:visibility="gone"/>
<TextView