Move icons to proper folder. Replace generic Android icon with GStreamer SDK.

This commit is contained in:
Xavi Artigas 2012-10-04 16:20:51 +02:00
parent f3a259d959
commit 0a57e2c403
5 changed files with 1 additions and 3 deletions

View file

Before

Width:  |  Height:  |  Size: 571 B

After

Width:  |  Height:  |  Size: 571 B

View file

Before

Width:  |  Height:  |  Size: 392 B

After

Width:  |  Height:  |  Size: 392 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

View file

@ -13,6 +13,4 @@
<string name="cancel">Cancel</string> <string name="cancel">Cancel</string>
<string name="create">Save</string> <string name="create">Save</string>
<string name="no_data">No Data</string> <string name="no_data">No Data</string>
<color name="gray">#ffff0000</color>
<string name="err">Error</string>
</resources> </resources>

View file

@ -347,7 +347,7 @@ public class FileDialog extends ListActivity {
selectButton.setEnabled(true); selectButton.setEnabled(true);
} }
} else { } else {
new AlertDialog.Builder(this).setIcon(R.drawable.icon) new AlertDialog.Builder(this).setIcon(R.drawable.gst_sdk_icon)
.setTitle("[" + file.getName() + "] " + getText(R.string.cant_read_folder)) .setTitle("[" + file.getName() + "] " + getText(R.string.cant_read_folder))
.setPositiveButton("OK", new DialogInterface.OnClickListener() { .setPositiveButton("OK", new DialogInterface.OnClickListener() {