Commit dac9a6ce authored by wanglei's avatar wanglei

...

parent 1395d068
...@@ -97,7 +97,7 @@ class MainActivity : BaseActivity<ActivityMainBinding>() { ...@@ -97,7 +97,7 @@ class MainActivity : BaseActivity<ActivityMainBinding>() {
binding.ll2.setOnClickListener { binding.ll2.setOnClickListener {
binding.viewpager2.currentItem = 1 binding.viewpager2.currentItem = 1
BarUtils.setStatusBarColor(this, Color.TRANSPARENT) BarUtils.setStatusBarColor(this, Color.parseColor("#F4F5F9"))
} }
binding.ll3.setOnClickListener { binding.ll3.setOnClickListener {
binding.viewpager2.currentItem = 2 binding.viewpager2.currentItem = 2
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginStart="15dp" android:layout_marginStart="15dp"
android:layout_marginTop="16dp" android:layout_marginTop="15dp"
android:text="Recovery" android:text="Recovery"
android:textColor="@color/black" android:textColor="@color/black"
android:textSize="19sp" android:textSize="19sp"
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginHorizontal="15dp" android:layout_marginHorizontal="15dp"
android:layout_marginTop="30dp" android:layout_marginTop="25dp"
android:layout_marginBottom="15dp" android:layout_marginBottom="15dp"
android:text="Recover lost data from unrooted Android devices" android:text="Recover lost data from unrooted Android devices"
android:textColor="#181D2C" android:textColor="#181D2C"
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_gravity="center_vertical|end" android:layout_gravity="center_vertical|end"
android:padding="18dp"> android:padding="16dp">
<ImageView <ImageView
android:layout_width="wrap_content" android:layout_width="wrap_content"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment