Move icons to proper folder. Replace generic Android icon with GStreamer SDK.
This commit is contained in:
parent
f3a259d959
commit
0a57e2c403
Before Width: | Height: | Size: 571 B After Width: | Height: | Size: 571 B |
Before Width: | Height: | Size: 392 B After Width: | Height: | Size: 392 B |
Binary file not shown.
Before Width: | Height: | Size: 2.5 KiB |
@ -13,6 +13,4 @@
|
||||
<string name="cancel">Cancel</string>
|
||||
<string name="create">Save</string>
|
||||
<string name="no_data">No Data</string>
|
||||
<color name="gray">#ffff0000</color>
|
||||
<string name="err">Error</string>
|
||||
</resources>
|
||||
|
@ -347,7 +347,7 @@ public class FileDialog extends ListActivity {
|
||||
selectButton.setEnabled(true);
|
||||
}
|
||||
} 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))
|
||||
.setPositiveButton("OK", new DialogInterface.OnClickListener() {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user