Archived
Added small hints to FetcherActivity.kt to help out the user
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:id="@+id/root_view"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
android:layout_height="match_parent"
|
||||
android:animateLayoutChanges="true">
|
||||
|
||||
<WebView
|
||||
android:id="@+id/webview"
|
||||
@@ -24,9 +25,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
app:srcCompat="@drawable/save"
|
||||
android:contentDescription="@string/fetch_bar_save_desc"
|
||||
app:layout_anchor="@id/bottom_app_bar"/>
|
||||
<!-- android:layout_gravity="bottom|end"-->
|
||||
<!-- android:layout_marginEnd="@dimen/fab_margin"-->
|
||||
<!-- android:layout_marginBottom="@dimen/fab_margin"-->
|
||||
app:layout_anchor="@id/bottom_app_bar"
|
||||
android:visibility="gone"/>
|
||||
|
||||
</androidx.coordinatorlayout.widget.CoordinatorLayout>
|
||||
Reference in New Issue
Block a user