i am new to android and i have an issue that my expandable layout is expanding in downward direction , i want to expand it upward direction as i have the layout in bottom , please help me
<net.cachapa.expandablelayout.ExpandableLayout
android:id="@+id/expandable_layout_0"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:el_duration="1000"
app:el_expanded="false"
app:el_parallax="0.5">
<TextView
android:layout_width="match_parent"
android:layout_height="200dp"
android:background="@color/teal_700"/>
</net.cachapa.expandablelayout.ExpandableLayout>