Skip to content
Snippets Groups Projects
Select Git revision
  • d4a1192af79fbe057ffb3fee90caad5438b47f70
  • main default protected
  • wip
  • ChenZhangg-Modify_GRADLE_1
  • jetpack-compose-rewrite
  • demo-jump-in-history
  • attachments
  • 1.7.0 protected
  • 1.6.2 protected
  • 1.6.1 protected
  • 1.6.0 protected
  • 1.5.3 protected
  • 1.5.2 protected
  • 1.5.1 protected
  • 1.5.0 protected
  • 1.4.4 protected
  • 1.4.3 protected
  • 1.4.2 protected
  • 1.4.1 protected
  • 1.4.0 protected
  • v1.3.3 protected
  • v1.3.2 protected
  • v1.3.1 protected
  • v1.3.0 protected
  • v1.2.28 protected
  • v1.2.27 protected
  • v1.2.26 protected
27 results

widget_chatmessage_daychange.xml

Blame
  • widget_chatmessage_daychange.xml 1.26 KiB
    <?xml version="1.0" encoding="utf-8"?>
    <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
      xmlns:tools="http://schemas.android.com/tools"
      android:layout_width="match_parent"
      android:layout_height="wrap_content"
      android:background="?attr/backgroundMenuItem"
      android:orientation="vertical"
      android:textAppearance="?android:attr/textAppearanceListItemSmall">
    
      <View
        android:layout_width="match_parent"
        android:layout_height="1dp"
        android:background="?colorDivider" />
    
      <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:orientation="horizontal"
        android:paddingBottom="@dimen/message_vertical"
        android:paddingEnd="@dimen/message_horizontal"
        android:paddingLeft="@dimen/message_horizontal"
        android:paddingRight="@dimen/message_horizontal"
        android:paddingStart="@dimen/message_horizontal"
        android:paddingTop="@dimen/message_vertical">
    
        <TextView
          android:id="@+id/content"
          android:layout_width="0dip"
          android:layout_height="wrap_content"
          android:layout_weight="1"
          android:gravity="center"
          android:textColor="?attr/colorForeground"
          android:textStyle="bold"
          tools:text="27.03.2018" />
      </LinearLayout>
    </LinearLayout>