mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-25 15:37:32 +00:00
Implement linked devices screen redesign
This commit is contained in:
12
res/menu/menu_linked_devices.xml
Normal file
12
res/menu/menu_linked_devices.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<menu
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
|
||||
<item
|
||||
android:id="@+id/linkDeviceButton"
|
||||
android:title="Link Device"
|
||||
android:icon="@drawable/ic_plus_24"
|
||||
app:showAsAction="always" />
|
||||
|
||||
</menu>
|
Reference in New Issue
Block a user