|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
<!-- Copyright (c) 2010-2011, The MiCode Open Source Community (www.micode.net)
|
|
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
you may not use this file except in compliance with the License.
|
|
|
You may obtain a copy of the License at
|
|
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
See the License for the specific language governing permissions and
|
|
|
limitations under the License.
|
|
|
-->
|
|
|
|
|
|
<FrameLayout
|
|
|
android:layout_width="fill_parent"
|
|
|
android:layout_height="fill_parent"
|
|
|
android:background="@drawable/list_background"
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="fill_parent"
|
|
|
android:layout_height="fill_parent"
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
<LinearLayout
|
|
|
android:id="@+id/note_title"
|
|
|
android:layout_width="fill_parent"
|
|
|
android:layout_height="wrap_content">
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/tv_modified_date"
|
|
|
android:layout_width="0dip"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_weight="1"
|
|
|
android:layout_gravity="left|center_vertical"
|
|
|
android:layout_marginRight="8dip"
|
|
|
android:textAppearance="@style/TextAppearanceSecondaryItem" />
|
|
|
|
|
|
<ImageView
|
|
|
android:id="@+id/iv_alert_icon"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="center_vertical"
|
|
|
android:background="@drawable/title_alert" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/tv_alert_date"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="center_vertical"
|
|
|
android:layout_marginLeft="2dip"
|
|
|
android:layout_marginRight="8dip"
|
|
|
android:textAppearance="@style/TextAppearanceSecondaryItem" />
|
|
|
</LinearLayout>
|
|
|
|
|
|
<!-- Tag Management Section - Initially Hidden -->
|
|
|
<LinearLayout
|
|
|
android:id="@+id/tag_management_section"
|
|
|
android:layout_width="fill_parent"
|
|
|
android:layout_height="100dp"
|
|
|
android:orientation="vertical"
|
|
|
android:padding="8dp"
|
|
|
android:background="@drawable/list_background"
|
|
|
android:visibility="gone">
|
|
|
|
|
|
<!-- Existing Tags -->
|
|
|
<HorizontalScrollView
|
|
|
android:id="@+id/existing_tags_scroll"
|
|
|
android:layout_width="fill_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:scrollbars="none"
|
|
|
android:minHeight="30dp">
|
|
|
|
|
|
<LinearLayout
|
|
|
android:id="@+id/existing_tags_container"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:orientation="horizontal"
|
|
|
android:gravity="center_vertical"
|
|
|
android:padding="4dp"
|
|
|
android:layout_gravity="center_vertical">
|
|
|
</LinearLayout>
|
|
|
</HorizontalScrollView>
|
|
|
|
|
|
<!-- Add Tag Input -->
|
|
|
<LinearLayout
|
|
|
android:id="@+id/add_tag_input_layout"
|
|
|
android:layout_width="fill_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:orientation="horizontal"
|
|
|
android:gravity="center_vertical"
|
|
|
android:padding="4dp"
|
|
|
android:layout_marginTop="8dp"
|
|
|
android:minHeight="40dp">
|
|
|
|
|
|
<EditText
|
|
|
android:id="@+id/et_tag_input"
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="40dp"
|
|
|
android:layout_weight="1"
|
|
|
android:hint="添加标签(最多5个,1-15字符)"
|
|
|
android:inputType="text"
|
|
|
android:maxLength="15"
|
|
|
android:singleLine="true"
|
|
|
android:textAppearance="@style/TextAppearancePrimaryItem"
|
|
|
android:background="@android:drawable/editbox_background_normal"
|
|
|
android:gravity="center_vertical"
|
|
|
android:paddingHorizontal="8dp" />
|
|
|
|
|
|
<Button
|
|
|
android:id="@+id/btn_add_tag"
|
|
|
android:layout_width="80dp"
|
|
|
android:layout_height="40dp"
|
|
|
android:layout_marginLeft="8dp"
|
|
|
android:text="添加"
|
|
|
android:textAppearance="@style/TextAppearancePrimaryItem"
|
|
|
android:gravity="center" />
|
|
|
</LinearLayout>
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
android:id="@+id/sv_note_edit"
|
|
|
android:layout_width="fill_parent"
|
|
|
android:layout_height="0dip"
|
|
|
android:layout_weight="1"
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
<ImageView
|
|
|
android:layout_width="fill_parent"
|
|
|
android:layout_height="7dip"
|
|
|
android:background="@drawable/bg_color_btn_mask" />
|
|
|
|
|
|
|
|
|
<ScrollView
|
|
|
android:layout_width="fill_parent"
|
|
|
android:layout_height="0dip"
|
|
|
android:layout_gravity="left|top"
|
|
|
android:layout_weight="1"
|
|
|
android:fadingEdgeLength="0dip"
|
|
|
android:overScrollMode="never"
|
|
|
android:scrollbars="none">
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="fill_parent"
|
|
|
android:layout_height="fill_parent">
|
|
|
|
|
|
<jp.wasabeef.richeditor.RichEditor
|
|
|
android:id="@+id/note_edit_view"
|
|
|
android:layout_width="fill_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:gravity="left|top"
|
|
|
android:background="@null"
|
|
|
android:autoLink="all"
|
|
|
android:linksClickable="false"
|
|
|
android:minLines="12"
|
|
|
android:textAppearance="@style/TextAppearancePrimaryItem"
|
|
|
android:lineSpacingMultiplier="1.2" />
|
|
|
|
|
|
<LinearLayout
|
|
|
android:id="@+id/note_edit_list"
|
|
|
android:layout_width="fill_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginLeft="-10dip"
|
|
|
android:orientation="vertical"
|
|
|
android:visibility="gone" />
|
|
|
</LinearLayout>
|
|
|
</ScrollView>
|
|
|
|
|
|
<ImageView
|
|
|
android:layout_width="fill_parent"
|
|
|
android:layout_height="7dip"
|
|
|
android:background="@drawable/bg_color_btn_mask" />
|
|
|
|
|
|
<!-- 横向滚动的富文本工具栏 -->
|
|
|
<!-- 横向滚动的富文本工具栏 -->
|
|
|
<HorizontalScrollView
|
|
|
android:id="@+id/floating_editor_toolbar"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="40dp"
|
|
|
android:layout_gravity="bottom|center"
|
|
|
android:background="#f5f5f5"
|
|
|
android:scrollbars="none"
|
|
|
android:elevation="8dp"
|
|
|
android:layout_marginBottom="40dp">
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="match_parent"
|
|
|
android:orientation="horizontal"
|
|
|
android:gravity="center_vertical"
|
|
|
android:paddingHorizontal="8dp">
|
|
|
|
|
|
<!-- 背景修改按钮 -->
|
|
|
<Button
|
|
|
android:id="@+id/btn_set_bg_color"
|
|
|
android:layout_width="40dp"
|
|
|
android:layout_height="40dp"
|
|
|
android:layout_marginEnd="4dp"
|
|
|
android:background="@drawable/bg_btn_set_color"
|
|
|
android:backgroundTint="@null"
|
|
|
android:focusable="false"
|
|
|
android:clickable="true"/>
|
|
|
|
|
|
<!-- 插入图片按钮 -->
|
|
|
<Button
|
|
|
android:id="@+id/btn_insert_image"
|
|
|
android:layout_width="40dp"
|
|
|
android:layout_height="40dp"
|
|
|
android:layout_marginEnd="4dp"
|
|
|
android:background="@drawable/bg_btn_set_color"
|
|
|
android:backgroundTint="@null"
|
|
|
android:focusable="false"
|
|
|
android:clickable="true"/>
|
|
|
|
|
|
<!-- 语音转文字按钮 -->
|
|
|
<Button
|
|
|
android:id="@+id/btn_voice_to_text"
|
|
|
android:layout_width="40dp"
|
|
|
android:layout_height="40dp"
|
|
|
android:layout_marginEnd="4dp"
|
|
|
android:background="@drawable/bg_btn_set_color"
|
|
|
android:backgroundTint="@null"
|
|
|
android:focusable="false"
|
|
|
android:clickable="true"
|
|
|
android:src="@android:drawable/ic_btn_speak_now"
|
|
|
android:scaleType="center"/>
|
|
|
|
|
|
<!-- 分隔线 -->
|
|
|
<View
|
|
|
android:layout_width="1dp"
|
|
|
android:layout_height="30dp"
|
|
|
android:background="#CCCCCC"
|
|
|
android:layout_marginEnd="8dp"/>
|
|
|
|
|
|
<!-- 撤销按钮 -->
|
|
|
<Button
|
|
|
android:id="@+id/action_undo"
|
|
|
android:layout_width="40dp"
|
|
|
android:layout_height="40dp"
|
|
|
android:layout_marginEnd="4dp"
|
|
|
android:background="@drawable/action_undo"
|
|
|
android:backgroundTint="@null"
|
|
|
android:focusable="false"
|
|
|
android:clickable="true"/>
|
|
|
|
|
|
<!-- 加粗按钮 -->
|
|
|
<Button
|
|
|
android:id="@+id/action_bold"
|
|
|
android:layout_width="40dp"
|
|
|
android:layout_height="40dp"
|
|
|
android:layout_marginEnd="4dp"
|
|
|
android:background="@drawable/action_bold"
|
|
|
android:backgroundTint="@null"
|
|
|
android:focusable="false"
|
|
|
android:clickable="true"/>
|
|
|
|
|
|
<!-- 斜体按钮 -->
|
|
|
<Button
|
|
|
android:id="@+id/action_italic"
|
|
|
android:layout_width="40dp"
|
|
|
android:layout_height="40dp"
|
|
|
android:layout_marginEnd="4dp"
|
|
|
android:background="@drawable/action_italic"
|
|
|
android:backgroundTint="@null"
|
|
|
android:focusable="false"
|
|
|
android:clickable="true"/>
|
|
|
<!-- 下划线按钮 -->
|
|
|
<Button
|
|
|
android:id="@+id/action_underline"
|
|
|
android:layout_width="40dp"
|
|
|
android:layout_height="40dp"
|
|
|
android:layout_marginEnd="4dp"
|
|
|
android:background="@drawable/action_underline"
|
|
|
android:backgroundTint="@null"
|
|
|
android:focusable="false"
|
|
|
android:clickable="true"/>
|
|
|
|
|
|
</LinearLayout>
|
|
|
</HorizontalScrollView>
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 富文本工具栏 - 放置在页面底部 -->
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
<ImageView
|
|
|
android:id="@+id/btn_set_bg_color"
|
|
|
android:layout_height="43dip"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:background="@drawable/bg_color_btn_mask"
|
|
|
android:layout_gravity="top|right" />
|
|
|
|
|
|
<LinearLayout
|
|
|
android:id="@+id/note_bg_color_selector"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:background="@drawable/note_edit_color_selector_panel"
|
|
|
android:layout_marginTop="30dip"
|
|
|
android:layout_marginRight="8dip"
|
|
|
android:layout_gravity="top|right"
|
|
|
android:visibility="gone">
|
|
|
|
|
|
<FrameLayout
|
|
|
android:layout_width="0dip"
|
|
|
android:layout_height="match_parent"
|
|
|
android:layout_weight="1">
|
|
|
|
|
|
<ImageView
|
|
|
android:id="@+id/iv_bg_yellow"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent" />
|
|
|
|
|
|
<ImageView
|
|
|
android:id="@+id/iv_bg_yellow_select"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="bottom|right"
|
|
|
android:layout_marginRight="5dip"
|
|
|
android:focusable="false"
|
|
|
android:visibility="gone"
|
|
|
android:src="@drawable/selected" />
|
|
|
</FrameLayout>
|
|
|
|
|
|
<FrameLayout
|
|
|
android:layout_width="0dip"
|
|
|
android:layout_height="match_parent"
|
|
|
android:layout_weight="1">
|
|
|
|
|
|
<ImageView
|
|
|
android:id="@+id/iv_bg_blue"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent" />
|
|
|
|
|
|
<ImageView
|
|
|
android:id="@+id/iv_bg_blue_select"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="bottom|right"
|
|
|
android:layout_marginRight="3dip"
|
|
|
android:focusable="false"
|
|
|
android:visibility="gone"
|
|
|
|
|
|
android:src="@drawable/selected" />
|
|
|
</FrameLayout>
|
|
|
|
|
|
<FrameLayout
|
|
|
android:layout_width="0dip"
|
|
|
android:layout_height="match_parent"
|
|
|
android:layout_weight="1">
|
|
|
|
|
|
<ImageView
|
|
|
android:id="@+id/iv_bg_white"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent" />
|
|
|
|
|
|
<ImageView
|
|
|
android:id="@+id/iv_bg_white_select"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="bottom|right"
|
|
|
android:layout_marginRight="2dip"
|
|
|
android:focusable="false"
|
|
|
android:visibility="gone"
|
|
|
android:src="@drawable/selected" />
|
|
|
</FrameLayout>
|
|
|
|
|
|
<FrameLayout
|
|
|
android:layout_width="0dip"
|
|
|
android:layout_height="match_parent"
|
|
|
android:layout_weight="1">
|
|
|
|
|
|
<ImageView
|
|
|
android:id="@+id/iv_bg_green"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent" />
|
|
|
|
|
|
<ImageView
|
|
|
android:id="@+id/iv_bg_green_select"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="bottom|right"
|
|
|
android:focusable="false"
|
|
|
android:visibility="gone"
|
|
|
android:src="@drawable/selected" />
|
|
|
</FrameLayout>
|
|
|
|
|
|
<FrameLayout
|
|
|
android:layout_width="0dip"
|
|
|
android:layout_height="match_parent"
|
|
|
android:layout_weight="1">
|
|
|
|
|
|
<ImageView
|
|
|
android:id="@+id/iv_bg_red"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent" />
|
|
|
|
|
|
<ImageView
|
|
|
android:id="@+id/iv_bg_red_select"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="bottom|right"
|
|
|
android:focusable="false"
|
|
|
android:visibility="gone"
|
|
|
android:src="@drawable/selected" />
|
|
|
</FrameLayout>
|
|
|
|
|
|
<!-- Custom background image option -->
|
|
|
<FrameLayout
|
|
|
android:layout_width="0dip"
|
|
|
android:layout_height="match_parent"
|
|
|
android:layout_weight="1">
|
|
|
|
|
|
<ImageView
|
|
|
android:id="@+id/iv_bg_custom"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
android:src="@android:drawable/ic_menu_gallery"
|
|
|
android:scaleType="center"
|
|
|
android:background="#FFFFFF" />
|
|
|
|
|
|
<ImageView
|
|
|
android:id="@+id/iv_bg_custom_select"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="bottom|right"
|
|
|
android:focusable="false"
|
|
|
android:visibility="gone"
|
|
|
android:src="@drawable/selected" />
|
|
|
</FrameLayout>
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
android:id="@+id/font_size_selector"
|
|
|
android:layout_width="fill_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:background="@drawable/font_size_selector_bg"
|
|
|
android:layout_gravity="bottom"
|
|
|
android:visibility="gone">
|
|
|
|
|
|
<FrameLayout
|
|
|
android:id="@+id/ll_font_small"
|
|
|
android:layout_width="0dip"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_weight="1">
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:orientation="vertical"
|
|
|
android:layout_gravity="center"
|
|
|
android:gravity="center">
|
|
|
|
|
|
<ImageView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:src="@drawable/font_small"
|
|
|
android:layout_marginBottom="5dip" />
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:text="@string/menu_font_small"
|
|
|
android:textAppearance="@style/TextAppearanceUnderMenuIcon" />
|
|
|
</LinearLayout>
|
|
|
|
|
|
<ImageView
|
|
|
android:id="@+id/iv_small_select"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="bottom|right"
|
|
|
android:layout_marginRight="6dip"
|
|
|
android:layout_marginBottom="-7dip"
|
|
|
android:focusable="false"
|
|
|
android:visibility="gone"
|
|
|
android:src="@drawable/selected" />
|
|
|
</FrameLayout>
|
|
|
|
|
|
<FrameLayout
|
|
|
android:id="@+id/ll_font_normal"
|
|
|
android:layout_width="0dip"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_weight="1">
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:orientation="vertical"
|
|
|
android:layout_gravity="center"
|
|
|
android:gravity="center">
|
|
|
|
|
|
<ImageView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:src="@drawable/font_normal"
|
|
|
android:layout_marginBottom="5dip" />
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:text="@string/menu_font_normal"
|
|
|
android:textAppearance="@style/TextAppearanceUnderMenuIcon" />
|
|
|
</LinearLayout>
|
|
|
|
|
|
<ImageView
|
|
|
android:id="@+id/iv_medium_select"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="bottom|right"
|
|
|
android:focusable="false"
|
|
|
android:visibility="gone"
|
|
|
android:layout_marginRight="6dip"
|
|
|
android:layout_marginBottom="-7dip"
|
|
|
android:src="@drawable/selected" />
|
|
|
</FrameLayout>
|
|
|
|
|
|
<FrameLayout
|
|
|
android:id="@+id/ll_font_large"
|
|
|
android:layout_width="0dip"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_weight="1">
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:orientation="vertical"
|
|
|
android:layout_gravity="center"
|
|
|
android:gravity="center">
|
|
|
|
|
|
<ImageView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:src="@drawable/font_large"
|
|
|
android:layout_marginBottom="5dip" />
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:text="@string/menu_font_large"
|
|
|
android:textAppearance="@style/TextAppearanceUnderMenuIcon" />
|
|
|
</LinearLayout>
|
|
|
|
|
|
<ImageView
|
|
|
android:id="@+id/iv_large_select"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="bottom|right"
|
|
|
android:focusable="false"
|
|
|
android:visibility="gone"
|
|
|
android:layout_marginRight="6dip"
|
|
|
android:layout_marginBottom="-7dip"
|
|
|
android:src="@drawable/selected" />
|
|
|
</FrameLayout>
|
|
|
|
|
|
<FrameLayout
|
|
|
android:id="@+id/ll_font_super"
|
|
|
android:layout_width="0dip"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_weight="1">
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:orientation="vertical"
|
|
|
android:layout_gravity="center"
|
|
|
android:gravity="center">
|
|
|
|
|
|
<ImageView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:src="@drawable/font_super"
|
|
|
android:layout_marginBottom="5dip" />
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:text="@string/menu_font_super"
|
|
|
android:textAppearance="@style/TextAppearanceUnderMenuIcon" />
|
|
|
</LinearLayout>
|
|
|
|
|
|
<ImageView
|
|
|
android:id="@+id/iv_super_select"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="bottom|right"
|
|
|
android:focusable="false"
|
|
|
android:visibility="gone"
|
|
|
android:layout_marginRight="6dip"
|
|
|
android:layout_marginBottom="-7dip"
|
|
|
android:src="@drawable/selected" />
|
|
|
</FrameLayout>
|
|
|
</LinearLayout>
|
|
|
</FrameLayout>
|