Skip to content
This repository has been archived by the owner on Oct 19, 2021. It is now read-only.

Commit

Permalink
Some useful notice was added to guide user
Browse files Browse the repository at this point in the history
  • Loading branch information
velitasali committed Jan 19, 2018
1 parent c322aa8 commit 369cade
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
14 changes: 14 additions & 0 deletions app/src/main/res/layout/layout_device_info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,13 @@
android:layout_height="wrap_content"
android:text="@string/text_allowToAccess"/>

<TextView
style="@style/marqueeText.secondary"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:maxLines="10"
android:text="@string/text_allowingToConnectNotice"/>

<View
android:layout_width="wrap_content"
android:layout_height="10dp"/>
Expand All @@ -118,5 +125,12 @@
android:hint="@string/text_appName"
android:text="@string/butn_trustZoneDevice"/>

<TextView
style="@style/marqueeText.secondary"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:maxLines="10"
android:text="@string/text_trustZoneDeviceNotice"/>

</LinearLayout>
</ScrollView>
2 changes: 2 additions & 0 deletions app/src/main/res/values-tr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -292,4 +292,6 @@
<string name="text_sortByName">İsim</string>
<string name="text_sortByDate">Tarih</string>
<string name="text_sortBySize">Boyut</string>
<string name="text_trustZoneDeviceNotice">Bunu işaretlemek bu cihazın GüvenliBölge etkinken size izin istemeksizin dosyalar göndermesine olanak sağlar</string>
<string name="text_allowingToConnectNotice">İşaretlendiğinde, bu cihaz size bağlanabilir</string>
</resources>
2 changes: 2 additions & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -284,4 +284,6 @@
<string name="text_sortByName">Name</string>
<string name="text_sortByDate">Date</string>
<string name="text_sortBySize">Size</string>
<string name="text_trustZoneDeviceNotice">Checking this will enable this device to send you files without showing a prompt when TrustZone is turned on</string>
<string name="text_allowingToConnectNotice">When checked, this device can connect to you</string>
</resources>

0 comments on commit 369cade

Please sign in to comment.