android-layout
How to get "?android:attr/actionBarSize" with Compatibility Library
I\'m trying to use Fragments and ActionBar in a Android 2.开发者_Go百科2 project. There is some error when using \"?android:attr/actionBarSize\", how to get and set that value correctly?[详细]
2023-04-13 01:54 分类:问答Android Animation of TextViews
I basically have 5 text views that fill in one on top of the other. Rather then just all showing up like they do now, I want them to all come in with some animation, one after the other. Anyone have a[详细]
2023-04-13 01:23 分类:问答How to override (or hide) style attributes defined in the Android library project?
I have a set of similar applications. I extracted common resources and code to the library project and applications just override what they need to. In my library there is the following style defined:[详细]
2023-04-13 01:08 分类:问答Remove the white border of Custom Dialog which is an activity
I have a custom dialog, which has a label , a text boxand 2 buttons. So i decided to build up a Activity which will look like a dialog, and in then Manifest file, i mentioned the theme as Dialog.[详细]
2023-04-12 23:37 分类:问答Changing Activity classes to Fragment (using FragmentPagerAdapter)
I have two activities which I want to combine with a FragmentPagerAdapter. I followed a tutorial and everything works great with the test classes. However, as mentioned I want to use two previously ma[详细]
2023-04-12 22:09 分类:问答How can you tell when a layout has been drawn?
I have a custom 开发者_开发知识库view that draws a scrollable bitmap to the screen. In order to initialize it, i need to pass in the size in pixels of the parent layout object. But during the onCreate[详细]
2023-04-12 21:45 分类:问答strange behavior with EditText inside <include> tag
I have a view which include another one with the \"include\" component (see http://android-developers.blogspot.com/2009/02/android-layout-tricks-2-reusing-layouts.html)[详细]
2023-04-12 20:46 分类:问答Parsed XML to Layout in Android?
I am working on an application in Android in which I need to design the layout of the application dynamically. I have to get the details of the layout from the database via XML and show the parse resu[详细]
2023-04-12 18:36 分类:问答Embedded ListView in Android?
I want to use a listView in my program. However, I also wan开发者_如何学编程t to use some different components(Button, TextEdit etc.) in the same window. How can i do it?You have to use Base Adapter f[详细]
2023-04-12 17:21 分类:问答Android slider / drawer similar to gtalk app
I\'m trying to add a drawer / panel similar to the one in gtalk below. On click of the Image in the List Item inside gTalk a drawer opens up with these options and i want to have something similar for[详细]
2023-04-12 17:02 分类:问答