Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <LinearLayout
- android:id="@+id/fragment_word_wrapper_tags"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:visibility="gone">
- <TextView
- android:id="@+id/fragment_word_btn_tags_show"
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_weight="0.6"
- android:background="@android:color/black"
- android:padding="@dimen/padding_16"
- android:text="@string/fragment_word_show_selected_tags_btn"
- android:textAlignment="center"
- android:textColor="@android:color/white"
- android:visibility="gone"/>
- <TextView
- android:id="@+id/fragment_word_btn_tags_remove"
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_weight="0.4"
- android:background="@android:color/holo_orange_dark"
- android:padding="@dimen/padding_16"
- android:text="@string/fragment_word_remove_selected_tags_btn"
- android:textAlignment="center"
- android:textColor="@android:color/black"
- android:visibility="gone"/>
- </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment