"> 148
            android:textSize="12sp"
149
            app:layout_constraintBottom_toBottomOf="parent"
150
            app:layout_constraintLeft_toRightOf="@+id/replayInfo"
151
            app:layout_constraintTop_toTopOf="parent"
152
            tools:background="#790f59" />
153
    </android.support.constraint.ConstraintLayout>
154
155
    <View
156
        android:layout_width="match_parent"
157
        android:layout_height="1dp"
158
        android:layout_marginLeft="16dp"
159
        android:layout_marginTop="10dp"
160
        android:background="#505050"
161
        app:layout_constraintBottom_toBottomOf="parent"
162
        app:layout_constraintTop_toBottomOf="@+id/replyView" />
163
</android.support.constraint.ConstraintLayout>

+ 0 - 1
app/src/main/res/values/styles.xml

@ -17,7 +17,6 @@
17 17
        <item name="android:layout_width">match_parent</item>
18 18
        <item name="android:layout_height">wrap_content</item>
19 19
        <item name="android:windowIsFloating">true</item>
20
        <item name="android:windowSoftInputMode">stateAlwaysHidden</item><!--显示软件盘-->
21 20
    </style>
22 21

23 22
    <style name="actionBarTheme" parent="ThemeOverlay.AppCompat.Dark.ActionBar">

Ilene Blunt - Gogs: Go Git Service