Forgot about these

This commit is contained in:
Ansa89 2014-11-12 12:52:18 +01:00
parent f112d45e1a
commit b9ba9adc1f
3 changed files with 5 additions and 4 deletions

View File

@ -42,7 +42,7 @@
android:layout_centerVertical="true" android:layout_centerVertical="true"
android:textAppearance="?android:attr/textAppearanceLarge" android:textAppearance="?android:attr/textAppearanceLarge"
android:gravity="center" android:gravity="center"
android:text="Searching for PCs on the network..."/> android:text="@string/searching_pc"/>
</RelativeLayout> </RelativeLayout>
</RelativeLayout> </RelativeLayout>

View File

@ -42,7 +42,7 @@
android:layout_centerVertical="true" android:layout_centerVertical="true"
android:textAppearance="?android:attr/textAppearanceLarge" android:textAppearance="?android:attr/textAppearanceLarge"
android:gravity="center" android:gravity="center"
android:text="Searching for PCs on the network..."/> android:text="@string/searching_pc"/>
</RelativeLayout> </RelativeLayout>
</RelativeLayout> </RelativeLayout>

View File

@ -63,6 +63,7 @@
<!-- General strings --> <!-- General strings -->
<string name="ip_hint">IP address of GeForce PC</string> <string name="ip_hint">IP address of GeForce PC</string>
<string name="searching_pc">Searching for PCs on the network...</string>
<!-- AppList activity --> <!-- AppList activity -->
<string name="title_applist">Apps on</string> <string name="title_applist">Apps on</string>