LinearLayout is one of the basic layouts in Android.
I have a TableLayout and dynamically view is added in the layout. Whenever layout has a EditText cursor is not …
android android-layout android-linearlayout android-tablelayoutI'm trying to divide my layout to 3 equal rows, trying to use LinearLayout and weights, but it doesn't work, it …
android android-linearlayout android-layout-weightI have a horizontal linear layout that contains textviews generated dynamically, the problem I'm experiencing is that the textviews are …
java android android-linearlayout textview word-wrapI got an Actionbar and some Fragments. The Problem is my Homescreen. There is an overview Fragment on the left …
android android-linearlayout classcastexception android-framelayoutI have LinearLayout in xml: <LinearLayout android:id="@+id/progress" android:layout_width="fill_parent" android:layout_height="@dimen/…
android android-layout android-linearlayout layoutparamsI'm trying to add a header to an ExpandableListView like so: headerView = View.inflate(this, R.layout.header, null); expandableListView.…
android android-linearlayout expandablelistview classcastexceptionI imagine this should be a fairly easy one to answer, if you understand XML Layouts better than I do …
android android-linearlayout android-xml xml-layoutI Am developing an application which use google and facebook integration ...I want to fix height and width of those …
android facebook google-plus android-linearlayout android-facebookI know how to add an onClick listener to a LinearLayout to make the whole layout a click target, but …
android listview user-interface android-linearlayoutpI am working with a linear layout and want to set the maximum height of the view. Under "normal" circumstances, …
android android-linearlayout layoutparams