Infinity-For-Lemmy/app/src/main/res/layout/activity_subreddit_selection.xml

8 lines
413 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
2019-07-10 14:46:54 +02:00
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
2019-07-10 14:46:54 +02:00
android:id="@+id/frame_layout_subreddit_selection_activity"
tools:context=".SubredditSelectionActivity" />