Comment out the "Help" icon in start swap screen for now.
In the future, this should be implemented with a relevant help screen, but for now it is more than we have time for. It will require, not only good content which is translatable, but also a generic approach so that it can be used elsewhere in F-Droid too.
This commit is contained in:
parent
b05080bbd9
commit
2182ff4c59
@ -27,6 +27,10 @@
|
|||||||
android:scaleType="centerCrop"
|
android:scaleType="centerCrop"
|
||||||
android:src="@drawable/swap_start_header"/>
|
android:src="@drawable/swap_start_header"/>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Removed for now, because there is no UI to hook this up to.
|
||||||
|
However, the general principle of having a help screen made accessible from the
|
||||||
|
start swap screen is still desirable, and so should be revisited in the future.
|
||||||
<ImageView
|
<ImageView
|
||||||
android:layout_width="24dp"
|
android:layout_width="24dp"
|
||||||
android:layout_height="24dp"
|
android:layout_height="24dp"
|
||||||
@ -37,7 +41,7 @@
|
|||||||
android:layout_marginRight="10dp"
|
android:layout_marginRight="10dp"
|
||||||
android:layout_marginEnd="10dp"
|
android:layout_marginEnd="10dp"
|
||||||
android:layout_marginTop="10dp"
|
android:layout_marginTop="10dp"
|
||||||
/>
|
/>-->
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user