Move remove file button to the left in reply fragment.

captchafix
Floens 11 years ago
parent 69a5f21481
commit 7f3d2a7213
  1. 10
      Clover/app/src/main/res/layout/reply_input.xml

@ -108,6 +108,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
android:layout_height="wrap_content"
android:orientation="horizontal">
<ImageButton
android:id="@+id/reply_file"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
<EditText
android:id="@+id/reply_file_name"
android:layout_width="0dp"
@ -117,11 +122,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
android:minHeight="48dp"
android:textSize="14sp" />
<ImageButton
android:id="@+id/reply_file"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
</LinearLayout>
<TextView

Loading…
Cancel
Save