
Touching the peers will prompt app selection for swap, then skip the wifi and NFC screens, then show updating info, then a list of apps to swap.
9 lines
330 B
XML
9 lines
330 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<org.fdroid.fdroid.views.swap.SwapSuccessView
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:orientation="vertical"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
|
|
</org.fdroid.fdroid.views.swap.SwapSuccessView> |