changed security indicator and changed opacity of received tick to match the text
This commit is contained in:
parent
d806923d57
commit
34de697e7e
BIN
art/ic_secure_indicator.xcf
Normal file
BIN
art/ic_secure_indicator.xcf
Normal file
Binary file not shown.
BIN
res/drawable-hdpi/ic_secure_indicator.png
Normal file
BIN
res/drawable-hdpi/ic_secure_indicator.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 294 B |
BIN
res/drawable-mdpi/ic_secure_indicator.png
Normal file
BIN
res/drawable-mdpi/ic_secure_indicator.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 295 B |
BIN
res/drawable-xhdpi/ic_secure_indicator.png
Normal file
BIN
res/drawable-xhdpi/ic_secure_indicator.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 410 B |
BIN
res/drawable-xxhdpi/ic_secure_indicator.png
Normal file
BIN
res/drawable-xxhdpi/ic_secure_indicator.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 380 B |
|
@ -65,10 +65,12 @@
|
||||||
android:layout_width="?attr/TextSizeInfo"
|
android:layout_width="?attr/TextSizeInfo"
|
||||||
android:layout_height="?attr/TextSizeInfo"
|
android:layout_height="?attr/TextSizeInfo"
|
||||||
android:layout_gravity="center_vertical"
|
android:layout_gravity="center_vertical"
|
||||||
android:layout_marginRight="6sp"
|
|
||||||
android:layout_marginTop="2sp"
|
|
||||||
android:gravity="center_vertical"
|
android:gravity="center_vertical"
|
||||||
android:src="@drawable/ic_indicator" />
|
android:src="@drawable/ic_secure_indicator"
|
||||||
|
android:layout_marginRight="4sp"
|
||||||
|
android:alpha="0.54"/>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/message_time"
|
android:id="@+id/message_time"
|
||||||
|
|
|
@ -63,25 +63,27 @@
|
||||||
android:textColor="@color/secondarytext"
|
android:textColor="@color/secondarytext"
|
||||||
android:textSize="?attr/TextSizeInfo" />
|
android:textSize="?attr/TextSizeInfo" />
|
||||||
|
|
||||||
<ImageView
|
|
||||||
android:id="@+id/indicator_received"
|
|
||||||
android:layout_width="?attr/TextSizeInfo"
|
|
||||||
android:layout_height="?attr/TextSizeInfo"
|
|
||||||
android:layout_gravity="center_vertical"
|
|
||||||
android:layout_marginLeft="6sp"
|
|
||||||
android:layout_marginTop="2sp"
|
|
||||||
android:gravity="center_vertical"
|
|
||||||
android:src="@drawable/ic_received_indicator" />
|
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
android:id="@+id/security_indicator"
|
android:id="@+id/security_indicator"
|
||||||
android:layout_width="?attr/TextSizeInfo"
|
android:layout_width="?attr/TextSizeInfo"
|
||||||
android:layout_height="?attr/TextSizeInfo"
|
android:layout_height="?attr/TextSizeInfo"
|
||||||
android:layout_gravity="center_vertical"
|
android:layout_gravity="center_vertical"
|
||||||
android:layout_marginLeft="6sp"
|
|
||||||
android:layout_marginTop="2sp"
|
|
||||||
android:gravity="center_vertical"
|
android:gravity="center_vertical"
|
||||||
android:src="@drawable/ic_indicator" />
|
android:src="@drawable/ic_secure_indicator"
|
||||||
|
android:layout_marginLeft="4sp"
|
||||||
|
android:alpha="0.54"/>
|
||||||
|
|
||||||
|
<ImageView
|
||||||
|
android:id="@+id/indicator_received"
|
||||||
|
android:layout_width="?attr/TextSizeInfo"
|
||||||
|
android:layout_height="?attr/TextSizeInfo"
|
||||||
|
android:layout_gravity="center_vertical"
|
||||||
|
android:gravity="center_vertical"
|
||||||
|
android:src="@drawable/ic_received_indicator"
|
||||||
|
android:layout_marginLeft="4sp"
|
||||||
|
android:alpha="0.54"/>
|
||||||
|
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
Loading…
Reference in a new issue