Advertisement
ipdan4ik

[lb8] activity_main.xml (land)

Apr 18th, 2021
944
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.61 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3.    android:orientation="horizontal"
  4.    android:layout_width="match_parent"
  5.    android:layout_height="match_parent">
  6.     <FrameLayout
  7.        android:id="@+id/frame_left"
  8.        android:layout_weight="2"
  9.        android:layout_width="match_parent"
  10.        android:layout_height="match_parent"/>
  11.     <FrameLayout
  12.        android:id="@+id/frame_right"
  13.        android:layout_weight="1"
  14.        android:layout_width="match_parent"
  15.        android:layout_height="match_parent"/>
  16. </LinearLayout>
  17.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement