inflate
Layout with unwanted black borders
In my app I have a LinearLayout with a FrameLayout inside. Both are setted to fill_parent. I\'m running my app in full screen mode. But even with theses params the layouts aren\'t inflated. The Linear[详细]
2023-02-19 01:35 分类:问答Inflate custom view android problems
i have extended view into a ScrollImageView. Then i put that into the xml: In main.xml: <?xml version=\"1.0\" encoding=\"utf-8\"?>[详细]
2023-02-17 06:13 分类:问答XML Inflater not seeing any of the views?
First I should prolly ask if it is indeed possible to do what I\'m trying to do. I have a custom RelativeView and it contains 4 TextViews and a button defines in an xml layout.[详细]
2023-02-08 22:45 分类:问答Change text value in inflate layout
I have custom adapter in which i inflate layout. In adapter i try to change some text value in TextView (@id/datetextcal)[详细]
2023-02-08 12:57 分类:问答Inflater can't find constructor
This is probably the most annoying error I have ever encountered. When I go to inflate a custom view and pass it to and activity, I get this:[详细]
2023-02-08 08:28 分类:问答Getting inflate exception in Android
I am very new to Android development and I am facing a little problem here. I want to create a custom TextView class by extending TextView and use this class in ListView(every row of ListView contains[详细]
2023-02-08 07:06 分类:问答zLib inflate has empty result in some cases
My program processes PDF files and reads some streams out of them. There are also FlateEncoded streams in there. I use the \"inflate()\" method of zlib to decompress them.[详细]
2023-02-07 18:16 分类:问答Can we apply animation to a specific child and not the entire root in android
Below is my code example: I inflated a view and want to add animation to only the inflated one. Right now its doing for the entire layout.[详细]
2023-02-06 16:52 分类:问答android xml Layout issue
I already spent hours on this, its a layout issue. can someone tell me how to show both image and view switcher in the same activity.[详细]
2023-02-06 12:02 分类:问答Problem Inflating byte[] in Java?
I ran into an issue which I can\'t figure out. Here is the definition of the problem: I have some data in a Blob column in Db2/Linux environment. Blob was written into DB2 after the byte[] was compres[详细]
2023-02-03 01:39 分类:问答