mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2025-04-14 07:24:01 +02:00
updating the fullscreen Panorama icons
This commit is contained in:
parent
683f1edba0
commit
5f9ebf4920
11 changed files with 6 additions and 16 deletions
app/src/main/res
drawable-hdpi
drawable-xhdpi
drawable-xxhdpi
drawable-xxxhdpi
drawable
layout
Binary file not shown.
Before ![]() (image error) Size: 520 B |
BIN
app/src/main/res/drawable-hdpi/ic_panorama_outline.png
Normal file
BIN
app/src/main/res/drawable-hdpi/ic_panorama_outline.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 4.4 KiB |
Binary file not shown.
Before ![]() (image error) Size: 622 B |
BIN
app/src/main/res/drawable-xhdpi/ic_panorama_outline.png
Normal file
BIN
app/src/main/res/drawable-xhdpi/ic_panorama_outline.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 5 KiB |
Binary file not shown.
Before ![]() (image error) Size: 940 B |
BIN
app/src/main/res/drawable-xxhdpi/ic_panorama_outline.png
Normal file
BIN
app/src/main/res/drawable-xxhdpi/ic_panorama_outline.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 9.7 KiB |
Binary file not shown.
Before ![]() (image error) Size: 1.2 KiB |
BIN
app/src/main/res/drawable-xxxhdpi/ic_panorama_outline.png
Normal file
BIN
app/src/main/res/drawable-xxxhdpi/ic_panorama_outline.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 5.9 KiB |
|
@ -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"/>
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue