Questions tagged [expandable]

Expandable refers to a property of some UI elements which can be expanded by a user gesture such as hovering or clicking on them.

301 questions
0
votes
0 answers

Expandable list style Change?

while i am searching for examples to make list of answers in expandable list i found code which use 4 java classes and one xml with expand list but not use xml for parent and child and i want to change text color and check box color XML
0
votes
1 answer

Create expandable

I have found this code to create an expandable/collapsible a while ago while trying to build an expandable Div-Container and it has worked wonders for me so far (unexperienced hobby designer here). Now I would like to insert an expandable div…
svewas
  • 9
  • 1
0
votes
1 answer

Android Spinner make several rows invisible

I have a Expandable List View with a Custom Adapter. With a Spinner, a User can select if he only wants to see specific entries. If he selects something, I want to make every other row that doesnt match his request invisible/gone. I tried this…
0
votes
2 answers

ExpandablelistView on fragment

I'm trying to use a expandablelistView in my code but I have some problems.I'm trying to implement this code in a fragment. Can help me make this code to be used in a fragment ? I need to use it in a fragment. import…
0
votes
1 answer

Android Expandable RecyclerView as Tabs of viewpager

I'm trying to display 1 activity like picture below this thread. I want to make 1 display have: 1 viewpager, 1 header But I need custom header: 1 recyclerview expandable(please see picture), I handler clicked recyclerexpandable to setCurrent page…
0
votes
1 answer

Expandable Listview with Listview and Custom Adapters

the PRJ contains : Frag_Settings which has the ExpandableListView, using a custom adpater I name it Frag_Settings_Adapter listAdapter. the expandable groups are 5 and are static (aka predefined). Each of group accommodate a different view. One of…
Zakari
  • 453
  • 4
  • 15
0
votes
1 answer

Need data grid control with expandable rows and columns?

I need data grid control that will have expandable rows and columns, tree view, but in both dimensions So i can click + on column group so i can expand it, and on row group. It just has to be like that, any help is welcome. What I have tried: All…
0
votes
1 answer

How to make a expandable table on click of the link?

I'm making a expandable table with Bootstrap and AngularJS. What I want? I want and I need to make a div that expands when I click in the element. Currently - with my code - if i click at the row of the element also expands and I don't want…
0
votes
2 answers

Recyclerview: expanding a textview

I have a textView inside a recyclerview currently that looks like this: The full text says: "This is the place where I would put the information about the food item. I want to truncate the line to only show 3 lines and then when I press on the…
Simon
  • 19,658
  • 27
  • 149
  • 217
0
votes
0 answers

List Android with two childs in one row

Have an expandable listview with two childs in different rows. I would like to know if I can put two childs at the same row. Something like that ++++++++++++++++ +Parent 1+ ++++++++++++++++ +Child 1+++Child 2+ ++++++++++++++++
stelios88
  • 1
  • 1
  • 1
0
votes
1 answer

Set initial size for collapsing toolbar, expand or collapse

I'm using android support design library to create a collapsing toolbar. It works great, my view collapses when I scroll and expands when I scroll back. But I wonder, I would like to have a profile in this toolbar, but half the profile would be…
0
votes
1 answer

How to create a row of three expandable/collapsible divs which react on hover?

What I am trying to achieve is a container with three inline divs that expand on the whole container when the mouse is hovered on them. One of the divs is floated to the right, one to the left, and one is centred. Here is a jsfiddle page so you can…
liviu blidar
  • 351
  • 4
  • 16
0
votes
1 answer

'@layout' isn't locating resources in the XML implementation of the ExpandableLayout from ExpandableLayout library

When I try and build the grade I get these errors, both of the same kind, in the XML: Error:(16) No resource identifier found for attribute 'headerLayout' in package 'com.example.heavymagikhq.expandablelayoutlibrary' Error:(16) No resource…
Micah Simmons
  • 2,078
  • 2
  • 20
  • 38
0
votes
4 answers

Expanding list of lists

I am looking for a way to optimize the current code that I have: for result in results: if result != '': if isinstance(result, list): for subresult in result: if…
Saltz3
  • 324
  • 1
  • 4
  • 15
0
votes
0 answers

eclipse pde expandable section of code in editor

I'm looking for a way to implement expandable section of code in an editor for an eclipse plugin. I've already extended the CompilationUnitEditor class but I don't know how to add expandable sections. Could anyone help me ?? Or at least address me…
user2543740
  • 172
  • 1
  • 10