mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 13:45:35 +03:00
also use star folder for action item
This commit is contained in:
parent
a17e64da25
commit
4e82f5dc5f
6 changed files with 6 additions and 2 deletions
BIN
src/main/res/drawable-hdpi/ic_folder_star_24dp.png
Normal file
BIN
src/main/res/drawable-hdpi/ic_folder_star_24dp.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 636 B |
BIN
src/main/res/drawable-mdpi/ic_folder_star_24dp.png
Normal file
BIN
src/main/res/drawable-mdpi/ic_folder_star_24dp.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 418 B |
BIN
src/main/res/drawable-xhdpi/ic_folder_star_24dp.png
Normal file
BIN
src/main/res/drawable-xhdpi/ic_folder_star_24dp.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 802 B |
BIN
src/main/res/drawable-xxhdpi/ic_folder_star_24dp.png
Normal file
BIN
src/main/res/drawable-xxhdpi/ic_folder_star_24dp.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
BIN
src/main/res/drawable-xxxhdpi/ic_folder_star_24dp.png
Normal file
BIN
src/main/res/drawable-xxxhdpi/ic_folder_star_24dp.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
|
@ -42,10 +42,14 @@
|
|||
android:gravity="center">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/imageView"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:padding="@dimen/standard_padding"
|
||||
android:src="@drawable/ic_create_folder"/>
|
||||
android:paddingBottom="@dimen/standard_padding"
|
||||
android:paddingLeft="@dimen/standard_padding"
|
||||
android:paddingRight="@dimen/standard_half_padding"
|
||||
android:paddingTop="@dimen/standard_padding"
|
||||
android:src="@drawable/ic_folder_star_24dp"/>
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
|
|
Loading…
Reference in a new issue