mirror of
https://github.com/SimpleMobileTools/Simple-App-Launcher.git
synced 2025-06-05 21:49:21 +02:00
add checks to launcher icons
This commit is contained in:
@ -1,10 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout
|
||||
<RelativeLayout
|
||||
android:id="@+id/launcher_holder"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical"
|
||||
android:paddingBottom="@dimen/launcher_padding_small"
|
||||
android:paddingLeft="@dimen/launcher_padding_small"
|
||||
android:paddingRight="@dimen/launcher_padding_small"
|
||||
@ -12,16 +11,25 @@
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/launcher_icon"
|
||||
android:layout_width="@dimen/icon_size_smaller"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/icon_size_smaller"
|
||||
android:layout_gravity="center"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/launcher_label"
|
||||
android:layout_marginTop="@dimen/launcher_padding_smallest"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_below="@+id/launcher_icon"
|
||||
android:layout_marginTop="@dimen/launcher_padding_smallest"
|
||||
android:gravity="center_horizontal|top"
|
||||
android:textSize="@dimen/font_size_smaller"/>
|
||||
|
||||
</LinearLayout>
|
||||
<ImageView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="top|right"
|
||||
android:scaleType="fitEnd"
|
||||
android:src="@mipmap/check"
|
||||
android:visibility="gone"/>
|
||||
|
||||
</RelativeLayout>
|
||||
|
BIN
app/src/main/res/mipmap-hdpi/check.png
Normal file
BIN
app/src/main/res/mipmap-hdpi/check.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 962 B |
BIN
app/src/main/res/mipmap-mdpi/check.png
Normal file
BIN
app/src/main/res/mipmap-mdpi/check.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 566 B |
BIN
app/src/main/res/mipmap-xhdpi/check.png
Normal file
BIN
app/src/main/res/mipmap-xhdpi/check.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
BIN
app/src/main/res/mipmap-xxhdpi/check.png
Normal file
BIN
app/src/main/res/mipmap-xxhdpi/check.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.1 KiB |
BIN
app/src/main/res/mipmap-xxxhdpi/check.png
Normal file
BIN
app/src/main/res/mipmap-xxxhdpi/check.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
Reference in New Issue
Block a user