mirror of
https://github.com/oxen-io/session-android.git
synced 2025-10-10 15:12:07 +00:00
Enhanced import/export support.
1) Allow imports from the stock SMS database at any time. 2) Provide plaintext export support, in a format compatible with the "SMS Backup And Restore" app. 3) Fix the DB weirdness on encrypted restore that previously required killing the app.
This commit is contained in:
6
res/drawable/clickable_card.xml
Normal file
6
res/drawable/clickable_card.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:drawable="@android:drawable/list_selector_background"
|
||||
android:state_pressed="true" />
|
||||
<item android:drawable="@drawable/card" />
|
||||
</selector>
|
Reference in New Issue
Block a user