Removed library and improved advanced settings

This commit is contained in:
Michael Schättgen 2018-04-05 00:15:16 +02:00
parent 211f228efa
commit ec9581e0c4
2 changed files with 26 additions and 8 deletions

View file

@ -101,14 +101,11 @@
android:textStyle="bold" />
</RelativeLayout>
<com.github.aakira.expandablelayout.ExpandableRelativeLayout
<RelativeLayout
android:id="@+id/expandableLayout"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:ael_expanded="false"
app:ael_duration="100"
app:ael_interpolator="accelerate"
app:ael_orientation="vertical">
android:visibility="invisible">
<TableLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
@ -231,7 +228,7 @@
</android.support.design.widget.TextInputLayout>
</TableRow>
</TableLayout>
</com.github.aakira.expandablelayout.ExpandableRelativeLayout>
</RelativeLayout>
</LinearLayout>
</ScrollView>