mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-23 04:33:54 -04:00
Refactor activity_local_file_transfer.xml
- Add title to activity - Divide screen space between list of available peers and files for transfer
This commit is contained in:
parent
36f563e209
commit
74ab4b4a44
@ -19,7 +19,9 @@
|
|||||||
<androidx.appcompat.widget.Toolbar
|
<androidx.appcompat.widget.Toolbar
|
||||||
android:id="@+id/toolbar_local_file_transfer"
|
android:id="@+id/toolbar_local_file_transfer"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content">
|
android:layout_height="wrap_content"
|
||||||
|
app:titleTextColor="#FFFFFF"
|
||||||
|
app:title="Local ZIM Sharing">
|
||||||
</androidx.appcompat.widget.Toolbar>
|
</androidx.appcompat.widget.Toolbar>
|
||||||
|
|
||||||
</com.google.android.material.appbar.AppBarLayout>
|
</com.google.android.material.appbar.AppBarLayout>
|
||||||
@ -28,7 +30,7 @@
|
|||||||
class="org.kiwix.kiwixmobile.zim_manager.local_file_transfer.DeviceListFragment"
|
class="org.kiwix.kiwixmobile.zim_manager.local_file_transfer.DeviceListFragment"
|
||||||
android:id="@+id/fragment_device_list"
|
android:id="@+id/fragment_device_list"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="0dp"
|
||||||
app:layout_constraintTop_toBottomOf="@id/app_bar_local_file_transfer"
|
app:layout_constraintTop_toBottomOf="@id/app_bar_local_file_transfer"
|
||||||
app:layout_constraintBottom_toTopOf="@id/container_fragment_transfer_progress"
|
app:layout_constraintBottom_toTopOf="@id/container_fragment_transfer_progress"
|
||||||
app:layout_constraintLeft_toLeftOf="parent"
|
app:layout_constraintLeft_toLeftOf="parent"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user