Commit d99616cf authored by fengruiyu's avatar fengruiyu

自由世界

parent 317dff20
...@@ -42,6 +42,7 @@ ...@@ -42,6 +42,7 @@
app:layout_constraintEnd_toEndOf="parent" /> app:layout_constraintEnd_toEndOf="parent" />
<ImageView <ImageView
android:visibility="gone"
android:id="@+id/image_map_change_icon" android:id="@+id/image_map_change_icon"
android:layout_width="35dp" android:layout_width="35dp"
android:layout_height="35dp" android:layout_height="35dp"
...@@ -52,6 +53,7 @@ ...@@ -52,6 +53,7 @@
app:layout_constraintEnd_toEndOf="parent" app:layout_constraintEnd_toEndOf="parent"
/> />
<ImageView <ImageView
android:visibility="gone"
android:id="@+id/ly_hotview" android:id="@+id/ly_hotview"
android:layout_width="35dp" android:layout_width="35dp"
android:layout_height="35dp" android:layout_height="35dp"
......
...@@ -40,6 +40,7 @@ ...@@ -40,6 +40,7 @@
app:layout_constraintTop_toBottomOf="@id/image_map_change_icon" /> app:layout_constraintTop_toBottomOf="@id/image_map_change_icon" />
<ImageView <ImageView
android:visibility="gone"
android:id="@+id/ly_hotview" android:id="@+id/ly_hotview"
android:layout_width="35dp" android:layout_width="35dp"
android:layout_height="35dp" android:layout_height="35dp"
......
...@@ -2,4 +2,4 @@ include ':library_base' ...@@ -2,4 +2,4 @@ include ':library_base'
include ':mvvmhabit' include ':mvvmhabit'
include ':shareSdkLib' include ':shareSdkLib'
include ':app' include ':app'
rootProject.name = "freeworld" rootProject.name = "自由世界"
\ No newline at end of file \ 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