|
|
@ -33,7 +33,9 @@ |
|
|
|
|
|
|
|
</RelativeLayout> |
|
|
|
|
|
|
|
|
|
|
|
<androidx.cardview.widget.CardView |
|
|
|
android:id="@+id/card" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="360dp" |
|
|
|
app:cardElevation="10dp" |
|
|
@ -141,21 +143,102 @@ |
|
|
|
|
|
|
|
</androidx.recyclerview.widget.RecyclerView> |
|
|
|
|
|
|
|
<TextView |
|
|
|
<!--<Button |
|
|
|
android:id="@+id/tv_set" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:textSize="18sp" |
|
|
|
android:layout_gravity="center_horizontal" |
|
|
|
android:layout_marginTop="42dp" |
|
|
|
android:text="Set trigger"/> |
|
|
|
android:text="Trigger" |
|
|
|
android:background="@drawable/mybutton"/>--> |
|
|
|
|
|
|
|
<TextView |
|
|
|
<!--<Button |
|
|
|
android:id="@+id/tv_resetPass" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:textSize="18sp" |
|
|
|
android:layout_gravity="center_horizontal" |
|
|
|
android:layout_marginTop="42dp" |
|
|
|
android:text="Reset password"/> |
|
|
|
android:text="Reset password" |
|
|
|
android:background="@drawable/mybutton" |
|
|
|
android:padding="10dp"/>--> |
|
|
|
|
|
|
|
<RelativeLayout |
|
|
|
android:id="@+id/rel" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginTop="68dp" |
|
|
|
> |
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
android:id="@+id/register_settings_panel" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="60dp" |
|
|
|
android:layout_marginTop="220dp" |
|
|
|
android:orientation="horizontal" |
|
|
|
android:weightSum="2"> |
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
android:id="@+id/register" |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:layout_weight="1" |
|
|
|
android:gravity="center" |
|
|
|
android:orientation="horizontal" |
|
|
|
tools:ignore="UseCompoundDrawables"> |
|
|
|
|
|
|
|
<ImageView |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:src="@drawable/trigger" |
|
|
|
tools:ignore="ContentDescription" /> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:id="@+id/tv_set" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginStart="14dp" |
|
|
|
android:text="Trigger" |
|
|
|
android:textAllCaps="true" |
|
|
|
android:textColor="@android:color/black" |
|
|
|
android:textSize="15sp" /> |
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
<View |
|
|
|
android:layout_width="1dp" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:background="#d8d8d8" /> |
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
android:id="@+id/settings" |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:layout_weight="1" |
|
|
|
android:gravity="center" |
|
|
|
android:orientation="horizontal" |
|
|
|
tools:ignore="UseCompoundDrawables"> |
|
|
|
|
|
|
|
<ImageView |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:src="@drawable/reset" |
|
|
|
tools:ignore="ContentDescription" /> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:id="@+id/tv_resetPass" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginStart="14dp" |
|
|
|
android:text="Reset Password" |
|
|
|
android:textAllCaps="true" |
|
|
|
android:textColor="@android:color/black" |
|
|
|
android:textSize="15sp" /> |
|
|
|
</LinearLayout> |
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
</RelativeLayout> |
|
|
|
|
|
|
|
|
|
|
|
</LinearLayout> |