mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-28 12:44:34 +01:00
10 lines
311 B
XML
10 lines
311 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item
|
|
android:bottom="93dp"
|
|
android:drawable="@drawable/symbol_photo_slash_24"
|
|
android:left="93dp"
|
|
android:right="93dp"
|
|
android:top="93dp" />
|
|
</layer-list>
|