|
|
|
@ -94,29 +94,28 @@ |
|
|
|
|
android:layout_below="@id/status_display_name" |
|
|
|
|
android:lineSpacingMultiplier="1.1" |
|
|
|
|
android:textColor="?android:textColorPrimary" |
|
|
|
|
android:visibility="gone" |
|
|
|
|
android:textSize="?attr/status_text_medium" /> |
|
|
|
|
android:textSize="?attr/status_text_medium" |
|
|
|
|
android:visibility="gone" /> |
|
|
|
|
|
|
|
|
|
<ToggleButton |
|
|
|
|
android:id="@+id/status_content_warning_button" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_below="@+id/status_content_warning_description" |
|
|
|
|
android:layout_centerHorizontal="true" |
|
|
|
|
android:layout_marginBottom="4dp" |
|
|
|
|
android:layout_marginTop="4dp" |
|
|
|
|
android:background="?attr/content_warning_button" |
|
|
|
|
android:minHeight="0dp" |
|
|
|
|
android:minWidth="150dp" |
|
|
|
|
android:paddingBottom="6dp" |
|
|
|
|
android:paddingBottom="4dp" |
|
|
|
|
android:paddingLeft="16dp" |
|
|
|
|
android:paddingRight="16dp" |
|
|
|
|
android:paddingTop="6dp" |
|
|
|
|
android:layout_marginTop="4dp" |
|
|
|
|
android:layout_marginBottom="4dp" |
|
|
|
|
android:paddingTop="4dp" |
|
|
|
|
android:textAllCaps="true" |
|
|
|
|
android:textOff="@string/status_content_warning_show_more" |
|
|
|
|
android:textOn="@string/status_content_warning_show_less" |
|
|
|
|
android:visibility="gone" |
|
|
|
|
android:textSize="?attr/status_text_medium" /> |
|
|
|
|
android:textSize="?attr/status_text_medium" |
|
|
|
|
android:visibility="gone" /> |
|
|
|
|
</RelativeLayout> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|