further cleanup

This commit is contained in:
Philipp Crocoll 2015-09-04 21:35:50 +02:00
parent 6949ac0d8c
commit 2747e048c5
8 changed files with 8 additions and 25 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 703 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 457 B

View File

@ -52,21 +52,4 @@
android:layout_weight="1"
/>
</LinearLayout>
<!-- <?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_margin="12dip">
<TextView
android:id="@+id/file_listtop"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
style="?android:attr/listSeparatorTextViewStyle"
android:text="@string/open_recent" />
<ListView
android:id="@android:id/list"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_below="@id/file_listtop" />
</RelativeLayout>-->
</LinearLayout>

View File

@ -61,7 +61,7 @@
android:layout_height="wrap_content"
android:layout_gravity="end|bottom|right"
android:visibility="gone"
android:src="@android:drawable/ic_menu_close_clear_cancel" />
android:src="@drawable/ic_cross" />
<android.support.design.widget.FloatingActionButton
android:id="@+id/fabAddNew"

View File

@ -108,8 +108,6 @@
<item name="CancelDrawable">@android:drawable/ic_menu_close_clear_cancel</item>
<item name="OpenFileDrawable">@drawable/collections_collection</item>
<item name="ic_menu_add_field">@drawable/ic_menu_add_field_holo_light</item>
<item name="ic_launcher_folder_small">@drawable/ic_launcher_folder_small</item>
<item name="ic_action_search_drawable">@drawable/ic_action_search</item>
<item name="NavigationAcceptDrawable">@drawable/navigation_accept</item>

View File

@ -358,7 +358,9 @@
<SubType>Designer</SubType>
</AndroidResource>
<AndroidResource Include="Resources\layout\set_password.xml" />
<AndroidResource Include="Resources\menu\entry.xml" />
<AndroidResource Include="Resources\menu\entry.xml">
<SubType>Designer</SubType>
</AndroidResource>
<AndroidResource Include="Resources\menu\entry_edit.xml">
<SubType>Designer</SubType>
</AndroidResource>
@ -437,10 +439,7 @@
<AndroidResource Include="Resources\values-uk\strings.xml" />
<AndroidResource Include="Resources\values-zh-rCN\strings.xml" />
<AndroidResource Include="Resources\values-zh-rTW\strings.xml" />
<AndroidResource Include="Resources\drawable-mdpi\ic_menu_add_field_holo_light.png" />
<AndroidResource Include="Resources\drawable-mdpi\ic_menu_remove_field_holo_light.png" />
<AndroidResource Include="Resources\layout\InViewButton.xml" />
<AndroidResource Include="Resources\drawable-mdpi\collections_collection.png" />
<AndroidResource Include="Resources\layout\entry_view_test.xml" />
<AndroidResource Include="Resources\layout\entry_extrastring_title.xml" />
<AndroidResource Include="Resources\layout\entry_extrastring_value.xml" />
@ -1050,4 +1049,7 @@
<ItemGroup>
<AndroidResource Include="Resources\drawable-xhdpi\ic_action_eye_open.png" />
</ItemGroup>
<ItemGroup>
<AndroidResource Include="Resources\drawable-xhdpi\ic_cross.png" />
</ItemGroup>
</Project>