Revert "change out key cached icon to be more unique"
This reverts commit d6d76fa953
.
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 688 B |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 417 B |
BIN
res/drawable-hdpi/icon_lock.png
Normal file
After Width: | Height: | Size: 610 B |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 395 B |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 276 B |
BIN
res/drawable-mdpi/icon_lock.png
Normal file
After Width: | Height: | Size: 468 B |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.0 KiB |
BIN
res/drawable-xhdpi/icon_lock.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 2.5 KiB |
BIN
res/drawable/icon_cached.png
Normal file
After Width: | Height: | Size: 431 B |
@ -33,11 +33,12 @@
|
||||
</LinearLayout>
|
||||
|
||||
<ImageView android:id="@+id/lock_cache_icon"
|
||||
android:src="@drawable/icon_cached"
|
||||
android:src="@drawable/icon_lock"
|
||||
android:layout_width="64dp"
|
||||
android:layout_height="64dp"
|
||||
android:background="@drawable/notify_panel_notification_icon_bg_tile"
|
||||
android:scaleType="center"
|
||||
android:layout_alignParentRight="true"
|
||||
/>
|
||||
|
||||
</RelativeLayout>
|