mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-28 15:15:42 +01:00
Fix #686
This commit is contained in:
parent
9f296996ab
commit
25841af57c
@ -26,5 +26,5 @@
|
||||
<solid android:color="@color/bg_message_list_incoming_bubble"/>
|
||||
</shape>
|
||||
</item>
|
||||
<item android:drawable="@drawable/ic_star_black_24dp" android:tint="@color/grey_600"/>
|
||||
<item android:drawable="@drawable/ic_star_black_24dp" android:tint="@color/favorite_icon_tint"/>
|
||||
</layer-list>
|
@ -43,17 +43,19 @@
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/passwordProtectedRoomImageView"
|
||||
android:layout_width="@dimen/margin_between_elements"
|
||||
android:layout_height="@dimen/margin_between_elements"
|
||||
android:layout_width="12dp"
|
||||
android:layout_height="12dp"
|
||||
android:layout_gravity="bottom|end"
|
||||
android:background="@drawable/shape_lock_bubble" />
|
||||
android:src="@drawable/ic_lock_grey600_24px" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/favoriteConversationImageView"
|
||||
android:layout_width="@dimen/margin_between_elements"
|
||||
android:layout_height="@dimen/margin_between_elements"
|
||||
android:layout_width="12dp"
|
||||
android:layout_height="12dp"
|
||||
android:layout_gravity="top|end"
|
||||
android:background="@drawable/shape_favorite_bubble" />
|
||||
android:src="@drawable/ic_star_black_24dp"
|
||||
android:tint="@color/favorite_icon_tint"
|
||||
android:tintMode="src_in"/>
|
||||
|
||||
</FrameLayout>
|
||||
|
||||
|
@ -68,4 +68,5 @@
|
||||
|
||||
<color name="nc_author_text">#65A7CA</color>
|
||||
<color name="bg_bottom_sheet">#46ffffff</color>
|
||||
<color name="favorite_icon_tint">#FFCC00</color>
|
||||
</resources>
|
||||
|
Loading…
Reference in New Issue
Block a user