mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-03 03:52:20 +00:00
Implement remaining onion request UI
This commit is contained in:
@@ -5,4 +5,4 @@
|
||||
|
||||
<solid android:color="@color/accent" />
|
||||
|
||||
</shape>
|
||||
</shape>
|
||||
8
res/drawable/paths_building_dot.xml
Normal file
8
res/drawable/paths_building_dot.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="oval">
|
||||
|
||||
<solid android:color="@color/paths_building" />
|
||||
|
||||
</shape>
|
||||
Reference in New Issue
Block a user