mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-14 03:39:05 +01:00
Clean up threaded discussion screen
Adds RTL support Fixing cropping bug Closes #964
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="oval">
|
||||
|
||||
<solid android:color="@color/window_background"/>
|
||||
<solid android:color="@color/thread_item_background"/>
|
||||
|
||||
<stroke
|
||||
android:width="2dp"
|
||||
android:width="@dimen/forum_nested_line_width"
|
||||
android:color="@color/thread_indicator"/>
|
||||
</shape>
|
||||
Reference in New Issue
Block a user