fedilab-Android-App/app/src/main/res/layout/bookmark_layout.xml

7 lines
245 B
XML
Raw Normal View History

2018-09-28 19:35:13 +02:00
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
2019-09-06 17:55:14 +02:00
android:layout_width="match_parent"
2019-11-15 16:32:25 +01:00
android:layout_height="match_parent"
android:orientation="vertical">
2018-09-28 19:35:13 +02:00
</LinearLayout>