Finished import export function
This commit is contained in:
parent
1112dde4d8
commit
6f1daa20ea
4 changed files with 71 additions and 40 deletions
|
|
@ -4,10 +4,6 @@
|
|||
android:layout_height="match_parent"
|
||||
tools:context="com.ericsson.uecontrol.gui.EditActivity">
|
||||
|
||||
<!--<com.ericsson.uecontrol.gui.util.TouchInterceptor
|
||||
android:id="@android:id/list"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent" /> -->
|
||||
<com.ericsson.uecontrol.gui.util.DynamicListView
|
||||
android:id="@android:id/list"
|
||||
android:layout_width="match_parent"
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
android:title="@string/action_export"
|
||||
android:orderInCategory="100"
|
||||
android:showAsAction="never"
|
||||
android:enabled="false" />
|
||||
android:enabled="true" />
|
||||
|
||||
<item android:id="@+id/action_settings"
|
||||
android:title="@string/action_settings"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue