Advertisement
last63

layout_fragment_ayat_kursi

Mar 25th, 2022
917
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 4.16 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3.    xmlns:tools="http://schemas.android.com/tools"
  4.    android:layout_width="match_parent"
  5.    android:layout_height="match_parent"
  6.    tools:context=".dzikir_pagi.A_Ayat_Kursi_Fragment">
  7.  
  8.     <androidx.core.widget.NestedScrollView
  9.        android:layout_width="match_parent"
  10.        android:layout_height="match_parent">
  11.  
  12.         <LinearLayout
  13.            android:layout_width="match_parent"
  14.            android:layout_height="match_parent"
  15.            android:orientation="vertical">
  16.  
  17.             <TextView
  18.                android:layout_width="match_parent"
  19.                android:layout_height="wrap_content"
  20.                android:layout_marginRight="10dp"
  21.                android:fontFamily="@font/poppins_regular"
  22.                android:gravity="end"
  23.                android:text="Dzikir Pagi"
  24.                android:textSize="18sp" />
  25.  
  26.             <TextView
  27.                style="@style/TextAppearance.MaterialComponents.Headline6"
  28.                android:layout_width="match_parent"
  29.                android:layout_height="wrap_content"
  30.                android:layout_marginRight="10dp"
  31.                android:fontFamily="@font/poppins_semi_bold"
  32.                android:gravity="end"
  33.                android:text="Membaca ayat Kursi" />
  34.  
  35.             <TextView
  36.                android:layout_width="match_parent"
  37.                android:layout_height="wrap_content"
  38.                android:layout_marginRight="10dp"
  39.                android:fontFamily="@font/poppins_regular"
  40.                android:gravity="end"
  41.                android:text="Dibaca 1x"
  42.                android:textSize="18sp" />
  43.  
  44.             <TextView
  45.                style="@style/TextAppearance.MaterialComponents.Headline5"
  46.                android:layout_width="match_parent"
  47.                android:layout_height="wrap_content"
  48.                android:layout_marginTop="20dp"
  49.                android:gravity="center"
  50.                android:text="@string/ta_awudz" />
  51.  
  52.             <TextView
  53.                android:layout_width="match_parent"
  54.                android:layout_height="wrap_content"
  55.                android:layout_margin="10dp"
  56.                android:fontFamily="@font/poppins_regular"
  57.                android:gravity="center"
  58.                android:justificationMode="inter_word"
  59.                android:text="@string/arti_ta_awuz"
  60.                android:textColor="@color/black"
  61.                android:textStyle="italic" />
  62.  
  63.             <TextView
  64.                style="@style/TextAppearance.MaterialComponents.Headline5"
  65.                android:layout_width="match_parent"
  66.                android:layout_height="wrap_content"
  67.                android:layout_margin="10dp"
  68.                android:justificationMode="inter_word"
  69.                android:text="@string/ayat_kursi" />
  70.  
  71.             <TextView
  72.                style="@style/TextAppearance.Material3.BodyMedium"
  73.                android:layout_width="match_parent"
  74.                android:layout_height="wrap_content"
  75.                android:layout_margin="10dp"
  76.                android:fontFamily="@font/poppins_semi_bold"
  77.                android:justificationMode="inter_word"
  78.                android:text="@string/arti_ayat_kursi"
  79.                android:textStyle="italic" />
  80.  
  81.             <TextView
  82.                android:layout_width="match_parent"
  83.                android:layout_height="wrap_content"
  84.                android:layout_margin="10dp"
  85.                android:fontFamily="@font/poppins_regular"
  86.                android:justificationMode="inter_word"
  87.                android:text="@string/faedah_ayat_kursi" />
  88.  
  89.             <TextView
  90.                style="@style/TextAppearance.AppCompat.Caption"
  91.                android:layout_width="match_parent"
  92.                android:layout_height="wrap_content"
  93.                android:layout_margin="10dp"
  94.                android:fontFamily="sans-serif-condensed-medium"
  95.                android:text="@string/hadits_riwayat_ayat_kursi" />
  96.  
  97.  
  98.         </LinearLayout>
  99.  
  100.     </androidx.core.widget.NestedScrollView>
  101.  
  102. </FrameLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement