Commit dac9a6ce authored by wanglei's avatar wanglei

...

parent 1395d068
......@@ -97,7 +97,7 @@ class MainActivity : BaseActivity<ActivityMainBinding>() {
binding.ll2.setOnClickListener {
binding.viewpager2.currentItem = 1
BarUtils.setStatusBarColor(this, Color.TRANSPARENT)
BarUtils.setStatusBarColor(this, Color.parseColor("#F4F5F9"))
}
binding.ll3.setOnClickListener {
binding.viewpager2.currentItem = 2
......
......@@ -13,7 +13,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="15dp"
android:layout_marginTop="16dp"
android:layout_marginTop="15dp"
android:text="Recovery"
android:textColor="@color/black"
android:textSize="19sp"
......@@ -24,7 +24,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginHorizontal="15dp"
android:layout_marginTop="30dp"
android:layout_marginTop="25dp"
android:layout_marginBottom="15dp"
android:text="Recover lost data from unrooted Android devices"
android:textColor="#181D2C"
......
......@@ -31,7 +31,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical|end"
android:padding="18dp">
android:padding="16dp">
<ImageView
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