This repository has been archived on 2022-02-10. You can view files and clone it, but cannot push or open issues or pull requests.
morse-converter-android/app/src/main/res/layout-large-land/fragment_written_morse_list...

25 lines
887 B
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical" android:layout_width="match_parent"
android:layout_height="match_parent">
<RelativeLayout
android:id="@+id/wml_back"
android:layout_width="match_parent"
android:layout_height="400px"
android:background="@color/colorPrimary" />
<android.support.v7.widget.RecyclerView
android:id="@+id/wm_recycler"
android:background="@color/white"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_marginTop="30dp"
android:layout_marginRight="125dp"
android:layout_marginBottom="50dp"
android:layout_marginLeft="125dp"
android:layout_gravity="top"
android:elevation="2dp"/>
</RelativeLayout>