Facebook
From Torrid Moth, 4 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 133
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3.     xmlns:app="http://.android.com/apk/res-auto"
  4.     xmlns:app2="http://schemas.android.com/apk/res-auto"
  5.     xmlns:tools="http://schemas.android.com/tools"
  6.     android:layout_width="match_parent"
  7.     android:layout_height="match_parent"
  8.     android:orientation="vertical"/>
  9.  
  10.     <ImageView
  11.         android:id="@+id/background"
  12.         android:layout_width="match_parent"
  13.         android:layout_height="match_parent"
  14.         android:scaleType="centerCrop"
  15.         android:src="@drawable/bg" />
  16.  
  17.     <LinearLayout
  18.         android:id="@+id/container1"
  19.         android:layout_width="match_parent"
  20.         android:layout_height="match_parent"
  21.         android:gravity="center"
  22.         android:orientation="vertical">
  23.  
  24.         <LinearLayout
  25.             android:id="@+id/container2"
  26.             android:layout_width="match_parent"
  27.             android:layout_height="wrap_content"
  28.             android:orientation="vertical"
  29.             android:padding="10dp">
  30.  
  31.             <LinearLayout
  32.                 android:id="@+id/line1"
  33.                 android:layout_width="match_parent"
  34.                 android:layout_height="match_parent"
  35.                 android:orientation="horizontal">
  36.  
  37.                 <Button
  38.                     android:id="@+id/button_back"
  39.                     android:layout_width="wrap_content"
  40.                     android:layout_height="wrap_content"
  41.                     android:layout_marginRight="10dp"
  42.                     android:layout_weight="1"
  43.                     android:background="@drawable/style_btn_white_blue_press"
  44.                     android:paddingLeft="5dp"
  45.                     android:paddingRight="5dp"
  46.                     android:text="@string/back"
  47.                     android:textAllCaps="false"
  48.                     android:textColor="@color/white"
  49.                     android:textSize="24sp" />
  50.  
  51.                 <TextView
  52.                     android:id="@+id/text_levels"
  53.                     android:layout_width="wrap_content"
  54.                     android:layout_height="wrap_content"
  55.                     android:layout_weight="1"
  56.                     android:gravity="right"
  57.                     android:padding="10dp"
  58.                     android:text="@string/level"
  59.                     android:textColor="@color/colorPrimaryDark"
  60.                     android:textSize="24sp" />
  61.             </LinearLayout>
  62.  
  63.             <LinearLayout
  64.                 android:id="@+id/line2"
  65.                 android:layout_width="match_parent"
  66.                 android:layout_height="wrap_content"
  67.                 android:layout_marginTop="10dp"
  68.                 android:orientation="horizontal">
  69.  
  70.                 <TextView
  71.                     android:id="@+id/point1"
  72.                     android:layout_width="wrap_content"
  73.                     android:layout_height="10dp"
  74.                     android:layout_weight="1"
  75.                     android:background="@drawable/style_points" />
  76.  
  77.                 <TextView
  78.                     android:id="@+id/point2"
  79.                     android:layout_width="wrap_content"
  80.                     android:layout_height="10dp"
  81.                     android:layout_weight="1"
  82.                     android:background="@drawable/style_points" />
  83.  
  84.                 <TextView
  85.                     android:id="@+id/point3"
  86.                     android:layout_width="wrap_content"
  87.                     android:layout_height="10dp"
  88.                     android:layout_weight="1"
  89.                     android:background="@drawable/style_points" />
  90.  
  91.                 <TextView
  92.                     android:id="@+id/point4"
  93.                     android:layout_width="wrap_content"
  94.                     android:layout_height="10dp"
  95.                     android:layout_weight="1"
  96.                     android:background="@drawable/style_points" />
  97.  
  98.                 <TextView
  99.                     android:id="@+id/point5"
  100.                     android:layout_width="wrap_content"
  101.                     android:layout_height="10dp"
  102.                     android:layout_weight="1"
  103.                     android:background="@drawable/style_points" />
  104.  
  105.                 <TextView
  106.                     android:id="@+id/point6"
  107.                     android:layout_width="wrap_content"
  108.                     android:layout_height="10dp"
  109.                     android:layout_weight="1"
  110.                     android:background="@drawable/style_points" />
  111.  
  112.                 <TextView
  113.                     android:id="@+id/point7"
  114.                     android:layout_width="wrap_content"
  115.                     android:layout_height="10dp"
  116.                     android:layout_weight="1"
  117.                     android:background="@drawable/style_points" />
  118.  
  119.                 <TextView
  120.                     android:id="@+id/point8"
  121.                     android:layout_width="wrap_content"
  122.                     android:layout_height="10dp"
  123.                     android:layout_weight="1"
  124.                     android:background="@drawable/style_points" />
  125.  
  126.                 <TextView
  127.                     android:id="@+id/point9"
  128.                     android:layout_width="wrap_content"
  129.                     android:layout_height="10dp"
  130.                     android:layout_weight="1"
  131.                     android:background="@drawable/style_points" />
  132.  
  133.                 <TextView
  134.                     android:id="@+id/point10"
  135.                     android:layout_width="wrap_content"
  136.                     android:layout_height="10dp"
  137.                     android:layout_weight="1"
  138.                     android:background="@drawable/style_points" />
  139.  
  140.                 <TextView
  141.                     android:id="@+id/point11"
  142.                     android:layout_width="wrap_content"
  143.                     android:layout_height="10dp"
  144.                     android:layout_weight="1"
  145.                     android:background="@drawable/style_points" />
  146.  
  147.                 <TextView
  148.                     android:id="@+id/point12"
  149.                     android:layout_width="wrap_content"
  150.                     android:layout_height="10dp"
  151.                     android:layout_weight="1"
  152.                     android:background="@drawable/style_points" />
  153.  
  154.                 <TextView
  155.                     android:id="@+id/point13"
  156.                     android:layout_width="wrap_content"
  157.                     android:layout_height="10dp"
  158.                     android:layout_weight="1"
  159.                     android:background="@drawable/style_points" />
  160.  
  161.                 <TextView
  162.                     android:id="@+id/point14"
  163.                     android:layout_width="wrap_content"
  164.                     android:layout_height="10dp"
  165.                     android:layout_weight="1"
  166.                     android:background="@drawable/style_points" />
  167.  
  168.                 <TextView
  169.                     android:id="@+id/point15"
  170.                     android:layout_width="wrap_content"
  171.                     android:layout_height="10dp"
  172.                     android:layout_weight="1"
  173.                     android:background="@drawable/style_points" />
  174.             </LinearLayout>
  175.         </LinearLayout>
  176.     </LinearLayout>
  177. </LinearLayout>
  178.     </RelatiLeLayout>
  179.