krnbatta / android-file-dialog

Automatically exported from code.google.com/p/android-file-dialog
0 stars 0 forks source link

Converting to string: TypedValue..... #19

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. add the dialog in my app.
2. switch to the dialog activity, logcat will show warning like "Converting to 
string: TypedValue{t=0x12/d=0x0 a=2"

What is the expected output? What do you see instead?
I have tried and have fixed it ,please replace [android:text="@+id/fdrowtext"] 
with [android:text=""] in the file_dialog_row.xml. :-)

Original issue reported on code.google.com by risewin...@gmail.com on 2 Apr 2013 at 5:47