[Android] res: Use full app name in about_main
    Edward Wang 
    git at videolan.org
       
    Mon Jun 25 19:58:46 CEST 2012
    
    
  
android | branch: master | Edward Wang <edward.c.wang at compdigitec.com> | Mon Jun 25 13:13:42 2012 -0400| [df646b1e900167b55b0efee8e9b1e56bd26f057f] | committer: Edward Wang
res: Use full app name in about_main
> http://git.videolan.org/gitweb.cgi/android.git/?a=commit;h=df646b1e900167b55b0efee8e9b1e56bd26f057f
---
 vlc-android/res/layout/about_main.xml |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vlc-android/res/layout/about_main.xml b/vlc-android/res/layout/about_main.xml
index dd21834..d10faf1 100644
--- a/vlc-android/res/layout/about_main.xml
+++ b/vlc-android/res/layout/about_main.xml
@@ -29,7 +29,7 @@
                 android:layout_width="fill_parent"
                 android:layout_height="wrap_content"
                 android:layout_gravity="center_horizontal|top"
-                android:text="@string/app_name"
+                android:text="@string/app_name_full"
                 android:textColor="@android:color/black"
                 android:textSize="27sp" />
 
    
    
More information about the Android
mailing list