|
@ -9,26 +9,29 @@ |
|
|
android:clickable="true" |
|
|
android:clickable="true" |
|
|
android:focusable="true" |
|
|
android:focusable="true" |
|
|
android:gravity="center_vertical" |
|
|
android:gravity="center_vertical" |
|
|
android:orientation="horizontal" |
|
|
android:orientation="horizontal"> |
|
|
android:paddingBottom="6dp" |
|
|
|
|
|
android:paddingEnd="16dp" |
|
|
|
|
|
android:paddingStart="16dp" |
|
|
|
|
|
android:paddingTop="6dp"> |
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
<TextView |
|
|
android:id="@+id/bookmark_title" |
|
|
android:id="@+id/bookmark_title" |
|
|
android:layout_width="0dp" |
|
|
android:layout_width="0dp" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_weight="1" |
|
|
android:layout_weight="1" |
|
|
android:paddingBottom="2dp" |
|
|
android:paddingBottom="8dp" |
|
|
|
|
|
android:paddingTop="6dp" |
|
|
|
|
|
android:paddingStart="16dp" |
|
|
|
|
|
android:paddingEnd="0dp" |
|
|
android:textColor="@color/primary_text" |
|
|
android:textColor="@color/primary_text" |
|
|
android:textSize="18sp"/> |
|
|
android:textSize="18sp"/> |
|
|
|
|
|
|
|
|
<ImageButton |
|
|
<ImageButton |
|
|
android:id="@+id/toggle_notification" |
|
|
android:id="@+id/toggle_notification" |
|
|
android:layout_width="wrap_content" |
|
|
android:layout_width="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="match_parent" |
|
|
android:layout_marginEnd="12dp" |
|
|
android:paddingBottom="3dp" |
|
|
|
|
|
android:paddingTop="3dp" |
|
|
|
|
|
android:paddingStart="6dp" |
|
|
|
|
|
android:paddingEnd="6dp" |
|
|
|
|
|
android:layout_marginEnd="9dp" |
|
|
android:background="?android:attr/selectableItemBackground" |
|
|
android:background="?android:attr/selectableItemBackground" |
|
|
android:contentDescription="@string/toggle_notification" |
|
|
android:contentDescription="@string/toggle_notification" |
|
|
app:srcCompat="@drawable/ic_notification_on"/> |
|
|
app:srcCompat="@drawable/ic_notification_on"/> |
|
@ -36,8 +39,13 @@ |
|
|
<ImageButton |
|
|
<ImageButton |
|
|
android:id="@+id/remove_bookmark" |
|
|
android:id="@+id/remove_bookmark" |
|
|
android:layout_width="wrap_content" |
|
|
android:layout_width="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="match_parent" |
|
|
|
|
|
android:paddingBottom="3dp" |
|
|
|
|
|
android:paddingTop="3dp" |
|
|
|
|
|
android:paddingStart="6dp" |
|
|
|
|
|
android:paddingEnd="6dp" |
|
|
|
|
|
android:layout_marginEnd="12dp" |
|
|
android:background="?android:attr/selectableItemBackground" |
|
|
android:background="?android:attr/selectableItemBackground" |
|
|
android:contentDescription="@string/remove_bookmark" |
|
|
android:contentDescription="@string/remove_bookmark" |
|
|
android:src="@drawable/ic_remove_circle"/> |
|
|
android:src="@drawable/ic_delete"/> |
|
|
</LinearLayout> |
|
|
</LinearLayout> |