Initial commit
This commit is contained in:
commit
21bfbfb139
520 changed files with 47819 additions and 0 deletions
10
app/src/main/res/layout/item_title.xml
Normal file
10
app/src/main/res/layout/item_title.xml
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:id="@+id/itemTitle"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_margin="32dp"
|
||||
android:fontFamily="@font/poppins_bold"
|
||||
android:text="@string/opening"
|
||||
android:textAlignment="center"
|
||||
android:textSize="20sp" />
|
Loading…
Add table
Add a link
Reference in a new issue