diff options
author | Renard | 2016-04-14 17:16:18 -0300 |
---|---|---|
committer | Renard | 2016-04-14 17:16:18 -0300 |
commit | 00cfbfc1cd3bec581fb81722826407d07ad7d83c (patch) | |
tree | 409dc15a9795cd5093bb223ca895b0f746e0d2a2 /app/src/main/res/layout | |
parent | be970f1212a1e07a90d6dadc4760db1a70cde762 (diff) | |
download | BaiApp-00cfbfc1cd3bec581fb81722826407d07ad7d83c.tar.gz BaiApp-00cfbfc1cd3bec581fb81722826407d07ad7d83c.tar.xz BaiApp-00cfbfc1cd3bec581fb81722826407d07ad7d83c.zip |
Test
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r-- | app/src/main/res/layout/fragment_fragment_image.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/fragment_fragment_image.xml b/app/src/main/res/layout/fragment_fragment_image.xml index 5d44190..170183a 100644 --- a/app/src/main/res/layout/fragment_fragment_image.xml +++ b/app/src/main/res/layout/fragment_fragment_image.xml @@ -24,7 +24,7 @@ <Button android:layout_width="wrap_content" android:layout_height="wrap_content" - android:text="Abrir en el navegador" + android:text="Abrir con otra aplicación" android:id="@+id/btnLaunchBrowser" android:layout_below="@+id/textView2" android:layout_centerHorizontal="true" /> |