Advertisement
Guest User

Untitled

a guest
Apr 24th, 2019
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.42 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <com.fab.ObservableScrollView xmlns:android="http://schemas.android.com/apk/res/android"
  3. xmlns:app="http://schemas.android.com/apk/res-auto"
  4. xmlns:include="http://schemas.android.com/tools"
  5.  
  6. android:orientation="vertical"
  7. android:layout_width="fill_parent"
  8. android:layout_height="match_parent"
  9. android:id="@+id/observableview">
  10.  
  11. <LinearLayout
  12. android:layout_width="match_parent"
  13. android:layout_height="wrap_content"
  14. android:orientation="vertical">
  15. <FrameLayout
  16. android:layout_width="match_parent"
  17. android:layout_height="match_parent" >
  18.  
  19. <LinearLayout android:orientation="vertical" android:layout_width="match_parent" android:layout_height="match_parent">
  20.  
  21. <TextView android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="10dp" android:layout_marginBottom="5dp"
  22. android:gravity="center_horizontal"
  23. android:textStyle="bold"
  24. android:textColor="?colorAccent" android:textSize="18sp" android:text="Ultimate Pie ROM"/>
  25.  
  26. <TextView android:layout_marginTop="4dp" android:layout_marginBottom="4dp" android:layout_width="match_parent" android:layout_height="wrap_content"
  27. android:text="by rifek4" android:textSize="14dp" android:gravity="center" android:textColor="?complementary_color6"/>
  28.  
  29.  
  30. <TextView android:layout_marginTop="8dp" android:layout_marginBottom="2dp" android:layout_width="match_parent" android:layout_height="wrap_content"
  31. android:text="Links" android:textSize="18dp" android:textStyle="bold" android:gravity="center" android:textColor="?complemnt_accent_color"/>
  32.  
  33.  
  34. <com.grx.settings.views.LinearLayoutWithLink
  35. grxURL="https://t.me/UltimateS9" android:paddingTop="12dp" android:paddingBottom="12dp" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginStart="68dp" android:layout_marginEnd="68dp"
  36. android:background="?selectableItemBackground" android:orientation="horizontal">
  37. <com.grx.settings.views.ImageViewWithLink
  38. android:layout_width="36dp" android:layout_height="36dp" android:layout_gravity="center_horizontal" android:src="@drawable/telegram"/>
  39. <TextView android:layout_width="wrap_content" android:layout_height="match_parent" android:gravity="center" android:layout_marginStart="15dp"
  40. android:text="Telegram" android:textColor="?complementary_color9" />
  41. </com.grx.settings.views.LinearLayoutWithLink>
  42.  
  43. <com.grx.settings.views.LinearLayoutWithLink
  44. grxURL="https://ultimate-rom.com/" android:paddingTop="12dp" android:paddingBottom="12dp" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginStart="68dp" android:layout_marginEnd="68dp"
  45. android:background="?selectableItemBackground" android:orientation="horizontal">
  46. <com.grx.settings.views.ImageViewWithLink
  47. android:layout_width="36dp" android:layout_height="36dp" android:layout_gravity="center_horizontal" android:src="@drawable/homepage"/>
  48. <TextView android:layout_width="wrap_content" android:layout_height="match_parent" android:gravity="center" android:layout_marginStart="15dp"
  49. android:text="Homepage" android:textColor="?complementary_color8" />
  50. </com.grx.settings.views.LinearLayoutWithLink>
  51.  
  52. <com.grx.settings.views.LinearLayoutWithLink
  53. grxURL="https://www.paypal.me/rifek4" android:paddingTop="12dp" android:paddingBottom="12dp" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginStart="68dp" android:layout_marginEnd="68dp"
  54. android:background="?selectableItemBackground" android:orientation="horizontal">
  55. <com.grx.settings.views.ImageViewWithLink
  56. android:layout_width="36dp" android:layout_height="36dp" android:layout_gravity="center_horizontal" android:src="@drawable/paypal"/>
  57. <TextView android:layout_width="wrap_content" android:layout_height="match_parent" android:gravity="center" android:layout_marginStart="15dp"
  58. android:text="PayPal" android:textColor="?complementary_color6"/>/>
  59. </com.grx.settings.views.LinearLayoutWithLink>
  60.  
  61.  
  62.  
  63. <TextView android:layout_marginTop="4dp" android:layout_marginBottom="4dp" android:layout_width="match_parent" android:layout_height="wrap_content"
  64. android:text="Credits" android:textSize="18dp" android:textStyle="bold" android:gravity="center" android:textColor="?complemnt_accent_color"/>
  65.  
  66. <TextView android:layout_width="match_parent" android:layout_height="wrap_content" android:padding="12dp"
  67. android:gravity="center"
  68. android:text="Coming soon..."/>
  69.  
  70. <LinearLayout
  71. android:layout_width="match_parent"
  72. android:layout_height="150dp">
  73.  
  74. </LinearLayout>
  75.  
  76.  
  77. </LinearLayout>
  78.  
  79. </FrameLayout>
  80. </LinearLayout>
  81.  
  82. </com.fab.ObservableScrollView>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement