11111
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="70dp"
|
||||
android:layout_marginTop="85dp"
|
||||
android:text="@string/welcome_pd"
|
||||
android:textColor="#FF1A1A1A"
|
||||
android:textSize="21sp"
|
||||
@@ -32,25 +32,39 @@
|
||||
android:textColor="#FFF19DA0"
|
||||
android:textSize="12sp" />
|
||||
|
||||
<TextView
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="14dp"
|
||||
android:drawableLeft="@mipmap/icon_love_message"
|
||||
android:drawablePadding="3dp"
|
||||
android:text="@string/do_you_like_find"
|
||||
android:textColor="#FFFFBE41"
|
||||
android:textSize="16sp"
|
||||
android:textStyle="bold" />
|
||||
android:background="@drawable/instructor_operation_bg"
|
||||
android:gravity="center_horizontal"
|
||||
android:orientation="vertical"
|
||||
android:paddingStart="5dp"
|
||||
android:paddingTop="9dp"
|
||||
android:paddingEnd="5dp"
|
||||
android:paddingBottom="9dp">
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:drawableLeft="@mipmap/icon_love_message"
|
||||
android:drawablePadding="3dp"
|
||||
android:text="@string/do_you_like_find"
|
||||
android:textColor="#FFFFBE41"
|
||||
android:textSize="16sp"
|
||||
android:textStyle="bold" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="13dp"
|
||||
android:gravity="center"
|
||||
android:text="@string/exclusive_instructor"
|
||||
android:textColor="#FF737373"
|
||||
android:textSize="10sp" />
|
||||
</LinearLayout>
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="13dp"
|
||||
android:gravity="center"
|
||||
android:text="@string/exclusive_instructor"
|
||||
android:textColor="#FF737373"
|
||||
android:textSize="10sp" />
|
||||
|
||||
<View
|
||||
android:layout_width="1dp"
|
||||
@@ -58,13 +72,16 @@
|
||||
android:layout_weight="1" />
|
||||
|
||||
<androidx.cardview.widget.CardView
|
||||
android:id="@+id/hurry_contact"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="35dp"
|
||||
android:layout_margin="30dp"
|
||||
android:layout_marginEnd="30dp"
|
||||
android:layout_marginStart="30dp"
|
||||
android:layout_marginBottom="30dp"
|
||||
android:orientation="vertical"
|
||||
app:cardBackgroundColor="#FFFFBE41"
|
||||
app:cardCornerRadius="20dp"
|
||||
app:cardElevation="16dp">
|
||||
app:cardElevation="0dp">
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
|
||||
Reference in New Issue
Block a user