Commit 467c3615 authored by fallenstardust's avatar fallenstardust

fix layout/view_guide_home.xml

parent 26942942
...@@ -738,6 +738,7 @@ public abstract class HomeActivity extends BaseActivity implements NavigationVie ...@@ -738,6 +738,7 @@ public abstract class HomeActivity extends BaseActivity implements NavigationVie
@Override @Override
public void onLayoutInflated(View view, Controller controller) { public void onLayoutInflated(View view, Controller controller) {
TextView tv = view.findViewById(R.id.text_about); TextView tv = view.findViewById(R.id.text_about);
tv.setVisibility(View.VISIBLE);
tv.setText(R.string.guide_mycard); tv.setText(R.string.guide_mycard);
} }
}) })
...@@ -752,6 +753,7 @@ public abstract class HomeActivity extends BaseActivity implements NavigationVie ...@@ -752,6 +753,7 @@ public abstract class HomeActivity extends BaseActivity implements NavigationVie
@Override @Override
public void onLayoutInflated(View view, Controller controller) { public void onLayoutInflated(View view, Controller controller) {
TextView tv = view.findViewById(R.id.text_about); TextView tv = view.findViewById(R.id.text_about);
tv.setVisibility(View.VISIBLE);
tv.setText(R.string.guide_serverlist); tv.setText(R.string.guide_serverlist);
} }
}) })
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
android:layout_gravity="center" android:layout_gravity="center"
android:layout_margin="10dp" android:layout_margin="10dp"
android:orientation="vertical" android:orientation="vertical"
android:visibility="gone"> android:visibility="invisible">
<TextView <TextView
android:layout_width="match_parent" android:layout_width="match_parent"
...@@ -177,15 +177,15 @@ ...@@ -177,15 +177,15 @@
android:shadowRadius="2" android:shadowRadius="2"
android:text="about" android:text="about"
android:textColor="@color/white" android:textColor="@color/white"
android:textSize="20sp" android:textSize="15sp"
android:visibility="gone" /> android:visibility="invisible" />
<LinearLayout <LinearLayout
android:id="@+id/view_abt_server_edit" android:id="@+id/view_abt_server_edit"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:orientation="vertical" android:orientation="vertical"
android:visibility="gone"> android:visibility="invisible">
<ImageView <ImageView
android:layout_width="@dimen/dp_40" android:layout_width="@dimen/dp_40"
...@@ -203,6 +203,6 @@ ...@@ -203,6 +203,6 @@
android:shadowRadius="2" android:shadowRadius="2"
android:text="@string/guide_server_edit" android:text="@string/guide_server_edit"
android:textColor="@color/white" android:textColor="@color/white"
android:textSize="20sp" /> android:textSize="15sp" />
</LinearLayout> </LinearLayout>
</FrameLayout> </FrameLayout>
\ No newline at end of file
...@@ -293,7 +293,7 @@ ...@@ -293,7 +293,7 @@
Very necessary permissions will be applied\: Very necessary permissions will be applied\:
\nInstall unknow apps\: Install upgrade and Change Settings \nInstall unknow apps\: Install upgrade and Change Settings
\nStorage Access\:backup\/restore deck\,set custom background\/avatars\/cardback</string> \nStorage Access\:backup\/restore deck\,set custom background\/avatars\/cardback</string>
<string name="guide_menu">Menu\: including most of functions, for Example</string> <string name="guide_menu">Menu\:\nincluding most of functions, for Example</string>
<string name="guide_mycard">Mycard\: rank duel record, observe games, chating room, etc. </string> <string name="guide_mycard">Mycard\: rank duel record, observe games, chating room, etc. </string>
<string name="guide_serverlist">Server list\: click a server to join online Game</string> <string name="guide_serverlist">Server list\: click a server to join online Game</string>
<string name="guide_server_edit">Server edit\: edit server information. for example\: change nickname</string> <string name="guide_server_edit">Server edit\: edit server information. for example\: change nickname</string>
......
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