Questions tagged as 'linearlayout'

2
answers

Remove items from a Linear Layout Android Studio

I have a Linear Layout in Andorid Studio and I want that by pressing a button all the elements it contains are deleted. This is the code that I have, it deletes the elements correctly but when in the same app I reinsert other elements dynamicall...
asked by 03.11.2018 / 22:01
0
answers

How to add a FAB button menu to a LinearLayout and a ListView. I leave my code

<include android:id="@+id/toolbar" layout="@layout/layout_toolbar" /> <ListView android:id="@+id/lv_listado" android:layout_width="match_parent" android:layout_height="match_parent" android:dividerHeight="7dp">...
asked by 03.10.2018 / 03:15
1
answer

Android: put a textView in Linear Layout at the bottom of the screen

I just started studying with Android Studio and I tried all the sentences for my textView on bottom screen for LinearLayout , but so far nothing. How can I do it? Help !!! <LinearLayout xmlns:android="http...
asked by 17.04.2018 / 05:50
1
answer

Set up a control within a parent LinearLayout

I have a LinearLayout parent that contains the property; android:gravity="center" with that all the controls within it will be centered, now I need some controls to be left for example. Any ideas? XML <TextView...
asked by 19.11.2017 / 22:50