登录注册相关页面UI对稿
@@ -4,6 +4,6 @@
|
||||
|
||||
<corners android:radius="10dp"/>
|
||||
|
||||
<solid android:color="@color/bg_secondary_2a2a39"/>
|
||||
<solid android:color="@color/bg_edit_e8e8f6"/>
|
||||
|
||||
</shape>
|
@@ -149,7 +149,7 @@ public class MyVoiceActivity extends BaseMvpActivity<IMyVoiceView, MyVoicePresen
|
||||
mTitleBar.setTitle(title);
|
||||
mTitleBar.setBackgroundColor(Color.TRANSPARENT);
|
||||
mTitleBar.setTitleColor(Color.WHITE);
|
||||
mTitleBar.setLeftImageResource(R.drawable.arrow_left_white);
|
||||
mTitleBar.setLeftImageResource(R.drawable.arrow_left);
|
||||
mTitleBar.setLeftClickListener(v -> onLeftClickListener());
|
||||
}
|
||||
}
|
||||
|
@@ -229,7 +229,7 @@ public class RecordingVoiceActivity extends BaseMvpActivity<IRecordingVoiceView,
|
||||
mTitleBar.setTitle(title);
|
||||
mTitleBar.setBackgroundColor(Color.TRANSPARENT);
|
||||
mTitleBar.setTitleColor(Color.WHITE);
|
||||
mTitleBar.setLeftImageResource(R.drawable.arrow_left_white);
|
||||
mTitleBar.setLeftImageResource(R.drawable.arrow_left);
|
||||
mTitleBar.setLeftClickListener(v -> onLeftClickListener());
|
||||
}
|
||||
}
|
||||
|
@@ -112,7 +112,7 @@ public class RadishRecordActivity extends BaseMvpActivity<IRadishRecordView, Rad
|
||||
mTitleBar.setTitle(title);
|
||||
mTitleBar.setImmersive(true);
|
||||
mTitleBar.setTitleColor(getResources().getColor(R.color.white));
|
||||
mTitleBar.setLeftImageResource(R.drawable.arrow_left_white);
|
||||
mTitleBar.setLeftImageResource(R.drawable.arrow_left);
|
||||
mTitleBar.setBackgroundColor(getResources().getColor(R.color.transparent));
|
||||
mTitleBar.setLeftClickListener(v -> finish());
|
||||
}
|
||||
|
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 9.5 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 15 KiB |
9
app/src/main/res/drawable/bg_common_edit.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
|
||||
<solid android:color="@color/bg_edit_e8e8f6" />
|
||||
|
||||
<corners android:radius="100dp" />
|
||||
|
||||
</shape>
|
@@ -12,7 +12,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="@dimen/dp_25"
|
||||
android:padding="@dimen/dp_17"
|
||||
android:src="@drawable/arrow_left_white"
|
||||
android:src="@drawable/arrow_left"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent" />
|
||||
|
||||
|
@@ -24,7 +24,7 @@
|
||||
android:layout_width="45dp"
|
||||
android:layout_height="45dp"
|
||||
android:scaleType="center"
|
||||
android:src="@drawable/arrow_left_white" />
|
||||
android:src="@drawable/arrow_left" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/iv_close"
|
||||
|
@@ -12,7 +12,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="@dimen/dp_25"
|
||||
android:padding="@dimen/dp_17"
|
||||
android:src="@drawable/arrow_left_white"
|
||||
android:src="@drawable/arrow_left"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent" />
|
||||
|
||||
|
@@ -12,7 +12,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="@dimen/dp_25"
|
||||
android:padding="@dimen/dp_17"
|
||||
android:src="@drawable/arrow_left_white"
|
||||
android:src="@drawable/arrow_left"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent" />
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
android:layout_marginTop="75dp"
|
||||
android:layout_marginEnd="@dimen/dp_15"
|
||||
android:text="验证码登录"
|
||||
android:textColor="@color/white"
|
||||
android:textColor="@color/text_title_white"
|
||||
android:textSize="@dimen/sp_15"
|
||||
android:textStyle="bold"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
@@ -48,7 +48,7 @@
|
||||
android:layout_width="270dp"
|
||||
android:layout_height="45dp"
|
||||
android:layout_marginTop="70dp"
|
||||
android:background="@drawable/bg_common_disable"
|
||||
android:background="@drawable/bg_common_edit"
|
||||
android:baselineAligned="true"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
@@ -84,7 +84,7 @@
|
||||
android:layout_width="270dp"
|
||||
android:layout_height="45dp"
|
||||
android:layout_marginTop="15dp"
|
||||
android:background="@drawable/bg_common_disable"
|
||||
android:background="@drawable/bg_common_edit"
|
||||
android:baselineAligned="true"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
@@ -121,7 +121,7 @@
|
||||
android:layout_marginTop="@dimen/dp_15"
|
||||
android:layout_marginEnd="75dp"
|
||||
android:text="忘记密码"
|
||||
android:textColor="@color/white"
|
||||
android:textColor="@color/text_title_white"
|
||||
android:textSize="@dimen/sp_14"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/ll_password" />
|
||||
|
@@ -12,7 +12,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="@dimen/dp_25"
|
||||
android:padding="@dimen/dp_17"
|
||||
android:src="@drawable/arrow_left_white"
|
||||
android:src="@drawable/arrow_left"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent" />
|
||||
|
||||
@@ -59,7 +59,7 @@
|
||||
android:layout_width="270dp"
|
||||
android:layout_height="45dp"
|
||||
android:layout_marginTop="70dp"
|
||||
android:background="@drawable/bg_common_disable"
|
||||
android:background="@drawable/bg_common_edit"
|
||||
android:baselineAligned="true"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
|
@@ -45,7 +45,7 @@
|
||||
android:onClick="@{click}"
|
||||
android:padding="15dp"
|
||||
android:scaleType="fitCenter"
|
||||
android:src="@drawable/arrow_left_white" />
|
||||
android:src="@drawable/arrow_left" />
|
||||
|
||||
<LinearLayout
|
||||
shape_color="@{@color/white_tran_10}"
|
||||
|
@@ -18,7 +18,7 @@
|
||||
android:layout_gravity="center|start"
|
||||
android:background="@color/transparent"
|
||||
android:scaleType="centerInside"
|
||||
android:src="@drawable/arrow_left_white" />
|
||||
android:src="@drawable/arrow_left" />
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="0dp"
|
||||
|
@@ -24,7 +24,7 @@
|
||||
android:layout_width="45dp"
|
||||
android:layout_height="45dp"
|
||||
android:scaleType="center"
|
||||
android:src="@drawable/arrow_left_white" />
|
||||
android:src="@drawable/arrow_left" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/iv_close"
|
||||
|
@@ -38,7 +38,7 @@
|
||||
android:layout_width="270dp"
|
||||
android:layout_height="45dp"
|
||||
android:layout_marginTop="50dp"
|
||||
android:background="@drawable/bg_common_disable"
|
||||
android:background="@drawable/bg_common_edit"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/tv_detail" />
|
||||
@@ -137,7 +137,7 @@
|
||||
android:layout_width="270dp"
|
||||
android:layout_height="45dp"
|
||||
android:layout_marginTop="20dp"
|
||||
android:background="@drawable/bg_common_disable_border"
|
||||
android:background="@drawable/bg_common_edit"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/tv_code_title_top" />
|
||||
|
@@ -36,7 +36,7 @@
|
||||
android:layout_marginTop="30dp"
|
||||
android:padding="10dp"
|
||||
android:scaleType="fitCenter"
|
||||
android:src="@drawable/arrow_left_white" />
|
||||
android:src="@drawable/arrow_left" />
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/ll_room_info"
|
||||
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 35 KiB |
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 53 KiB |
Before Width: | Height: | Size: 62 KiB After Width: | Height: | Size: 98 KiB |
Before Width: | Height: | Size: 109 KiB After Width: | Height: | Size: 147 KiB |
@@ -560,6 +560,8 @@
|
||||
<color name="bg_secondary_2a2a39">#FFFFFFFF</color>
|
||||
<!-- 按钮不可点击背景颜色 -->
|
||||
<color name="bg_disable_303043">#FFD2D5D7</color>
|
||||
<!-- 输入框背景颜色 -->
|
||||
<color name="bg_edit_e8e8f6">#E8E8F6</color>
|
||||
<!-- 标题文字颜色 -->
|
||||
<color name="text_title_white">#FF333333</color>
|
||||
<!-- 常用文字颜色 -->
|
||||
|
@@ -15,7 +15,7 @@
|
||||
android:id="@+id/iv_back"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:src="@drawable/arrow_left_white"
|
||||
android:src="@drawable/arrow_left"
|
||||
android:paddingStart="15dp"
|
||||
android:paddingEnd="8dp"/>
|
||||
|
||||
|
@@ -198,7 +198,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_centerVertical="true"
|
||||
android:src="@drawable/arrow_left_white" />
|
||||
android:src="@drawable/arrow_left" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_title"
|
||||
|
@@ -15,7 +15,7 @@
|
||||
android:id="@+id/iv_back"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:src="@drawable/arrow_left_white"
|
||||
android:src="@drawable/arrow_left"
|
||||
android:paddingStart="15dp"
|
||||
android:paddingEnd="8dp"/>
|
||||
|
||||
|
@@ -19,7 +19,7 @@
|
||||
android:layout_gravity="center|start"
|
||||
android:background="@color/transparent"
|
||||
android:scaleType="centerInside"
|
||||
android:src="@drawable/arrow_left_white" />
|
||||
android:src="@drawable/arrow_left" />
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="0dp"
|
||||
|
@@ -307,7 +307,7 @@ public class MiniWorldGuestPageActivity extends BaseMvpActivity<IMiniWorldGuestP
|
||||
@Override
|
||||
public void initTitleBar() {
|
||||
super.initTitleBar();
|
||||
mTitleBar.setLeftImageResource(R.drawable.arrow_left_white);
|
||||
mTitleBar.setLeftImageResource(R.drawable.arrow_left);
|
||||
mTitleBar.setBackgroundColor(getResources().getColor(R.color.transparent));
|
||||
mTitleBar.setLeftTextColor(getResources().getColor(R.color.white));
|
||||
mTitleBar.setLeftTextSize(18F);
|
||||
|
@@ -76,7 +76,7 @@
|
||||
android:layout_width="44dp"
|
||||
android:layout_height="44dp"
|
||||
android:scaleType="centerInside"
|
||||
android:src="@drawable/arrow_left_white" />
|
||||
android:src="@drawable/arrow_left" />
|
||||
|
||||
</androidx.appcompat.widget.Toolbar>
|
||||
|
||||
|
@@ -58,7 +58,7 @@ public class QuickLoginUiConfig {
|
||||
.setSloganTopYOffset(sloganToTop)
|
||||
.setSloganBottomYOffset(BOTTOM_OFFSET)
|
||||
// 登录按钮
|
||||
.setLoginBtnTextColor(ContextCompat.getColor(context, R.color.text_title_white))
|
||||
.setLoginBtnTextColor(ContextCompat.getColor(context, R.color.white))
|
||||
.setLoginBtnText("本机号码一键登录")
|
||||
.setLoginBtnBackgroundRes("bg_common_confirm")
|
||||
.setLoginBtnWidth(280)
|
||||
|
Before Width: | Height: | Size: 196 B After Width: | Height: | Size: 532 B |
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 31 KiB |
@@ -22,7 +22,7 @@
|
||||
android:layout_width="@dimen/dp_50"
|
||||
android:layout_height="@dimen/dp_50"
|
||||
android:scaleType="center"
|
||||
android:src="@drawable/arrow_left_white" />
|
||||
android:src="@drawable/arrow_left" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_toolbar_title"
|
||||
|