Commit 83bdb3aa authored by wanglei's avatar wanglei

...

parent 79f9db83
...@@ -84,6 +84,7 @@ ...@@ -84,6 +84,7 @@
tools:ignore="ContentDescription"> tools:ignore="ContentDescription">
<ImageView <ImageView
android:visibility="gone"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:src="@mipmap/saoyisao" /> android:src="@mipmap/saoyisao" />
...@@ -144,6 +145,7 @@ ...@@ -144,6 +145,7 @@
android:id="@+id/tv_label" android:id="@+id/tv_label"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:visibility="gone"
android:background="@mipmap/biaoqian" android:background="@mipmap/biaoqian"
app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toStartOf="@id/iv_more" app:layout_constraintEnd_toStartOf="@id/iv_more"
...@@ -151,6 +153,7 @@ ...@@ -151,6 +153,7 @@
app:layout_constraintTop_toTopOf="parent" /> app:layout_constraintTop_toTopOf="parent" />
<ImageView <ImageView
android:visibility="gone"
android:id="@+id/iv_more" android:id="@+id/iv_more"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
......
...@@ -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_marginStart="16dp" android:layout_marginStart="16dp"
android:text="Name Name" android:text="@string/app_name"
android:textColor="@color/black" android:textColor="@color/black"
android:textSize="25sp" android:textSize="25sp"
android:textStyle="bold" android:textStyle="bold"
...@@ -39,6 +39,7 @@ ...@@ -39,6 +39,7 @@
android:layout_height="36dp" android:layout_height="36dp"
android:layout_marginEnd="16dp" android:layout_marginEnd="16dp"
android:background="@drawable/bg_e7eef6_18" android:background="@drawable/bg_e7eef6_18"
android:visibility="gone"
app:layout_constraintBottom_toBottomOf="@id/tv_name" app:layout_constraintBottom_toBottomOf="@id/tv_name"
app:layout_constraintEnd_toEndOf="parent" app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="@id/tv_name"> app:layout_constraintTop_toTopOf="@id/tv_name">
...@@ -150,6 +151,7 @@ ...@@ -150,6 +151,7 @@
android:layout_margin="10dp" android:layout_margin="10dp"
android:background="?android:attr/selectableItemBackground" android:background="?android:attr/selectableItemBackground"
android:padding="5dp" android:padding="5dp"
android:visibility="invisible"
app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent" app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent" app:layout_constraintTop_toTopOf="parent"
...@@ -255,6 +257,7 @@ ...@@ -255,6 +257,7 @@
android:clickable="true" android:clickable="true"
android:focusable="true" android:focusable="true"
android:orientation="vertical" android:orientation="vertical"
android:visibility="invisible"
tools:ignore="UseCompoundDrawables"> tools:ignore="UseCompoundDrawables">
<ImageView <ImageView
...@@ -285,6 +288,7 @@ ...@@ -285,6 +288,7 @@
android:clickable="true" android:clickable="true"
android:focusable="true" android:focusable="true"
android:orientation="vertical" android:orientation="vertical"
android:visibility="invisible"
tools:ignore="UseCompoundDrawables"> tools:ignore="UseCompoundDrawables">
<ImageView <ImageView
......
<resources> <resources>
<string name="app_name">Browser White</string> <string name="app_name">AI Browser &amp; Privacy</string>
<!-- TODO: Remove or change this placeholder text --> <!-- TODO: Remove or change this placeholder text -->
<string name="hello_blank_fragment">Hello blank fragment</string> <string name="hello_blank_fragment">Hello blank fragment</string>
</resources> </resources>
\ No newline at end of file
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