Commit b00993a8 authored by fallenstardust's avatar fallenstardust

完善多语言

完善布局
parent e2a55759
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/notification_view_duel_assistant" android:id="@+id/notification_view_duel_assistant"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content"> android:layout_height="wrap_content"
android:orientation="horizontal">
<ImageView <ImageView
android:id="@+id/imageViewIcon" android:id="@+id/imageViewIcon"
android:layout_width="40dp" android:layout_width="45dp"
android:layout_height="40dp" android:layout_height="45dp"
android:layout_alignParentStart="true" android:layout_marginLeft="5dp"
android:layout_alignParentLeft="true" android:layout_marginRight="2dp"
android:layout_centerVertical="true" android:src="@drawable/ic_icon" />
android:src="@drawable/ic_icon"/>
<Button <LinearLayout
android:id="@+id/buttonStopService" android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:layout_marginTop="5dp"
android:layout_marginBottom="5dp">
<TextView
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_alignParentEnd="true" android:text="@string/DuelAssistant"
android:layout_alignParentRight="true" android:textColor="@color/black"
android:layout_centerVertical="true" android:textSize="15sp" />
android:padding="15dp"
android:textColor="@color/colorAccent"
android:text="关闭"/>
<TextView <TextView
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_toEndOf="@id/imageViewIcon" android:layout_marginTop="5dp"
android:layout_toRightOf="@id/imageViewIcon" android:text="@string/About_DuelAssistant"
android:layout_toStartOf="@id/buttonStopService" android:textColor="@color/black"
android:layout_toLeftOf="@id/buttonStopService" android:textSize="10sp" />
android:layout_marginStart="5dp" </LinearLayout>
android:layout_marginEnd="5dp"
android:layout_centerVertical="true"
android:textSize="18sp"
android:text="决斗助手运行中" />
</RelativeLayout> <Button
android:id="@+id/buttonStopService"
android:layout_width="40dp"
android:layout_height="40dp"
android:text="@string/search_close"
android:textColor="@color/colorAccent" />
</LinearLayout>
...@@ -230,4 +230,6 @@ ...@@ -230,4 +230,6 @@
<string name="Checking_Update">检查更新中,请稍候</string> <string name="Checking_Update">检查更新中,请稍候</string>
<string name="Checking_Update_Failed">检查更新失败</string> <string name="Checking_Update_Failed">检查更新失败</string>
<string name="Ask_to_Change_Other_Way">,是否跳转到备用下载方式?</string> <string name="Ask_to_Change_Other_Way">,是否跳转到备用下载方式?</string>
<string name="DuelAssistant">决斗助手启用中</string>
<string name="About_DuelAssistant">用于快速查卡与约战加房的服务</string>
</resources> </resources>
...@@ -233,4 +233,6 @@ ...@@ -233,4 +233,6 @@
<string name="Checking_Update">Now Checking Update</string> <string name="Checking_Update">Now Checking Update</string>
<string name="Checking_Update_Failed">Checking Update Failed</string> <string name="Checking_Update_Failed">Checking Update Failed</string>
<string name="Ask_to_Change_Other_Way">\, would you like to change other way</string> <string name="Ask_to_Change_Other_Way">\, would you like to change other way</string>
<string name="DuelAssistant">DuelAssiatant is On</string>
<string name="About_DuelAssistant">Service for getting Keywords from Clipboard</string>
</resources> </resources>
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