Commit b00993a8 authored by fallenstardust's avatar fallenstardust

完善多语言

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