發表文章

目前顯示的是 1月, 2017的文章

Incorrect line ending: found carriage return (\r) without corresponding newline (\n)

圖片
            <!--                 <ImageView                 android:layout_width="@dimen/keyboard_separator_width"                 android:layout_height="match_parent"                 android:background="@drawable/separator_vertical"                 />                 <RelativeLayout                 android:id="@+id/button_sharp"                 android:layout_width="1dp"                 android:layout_height="match_parent"                 android:layout_weight="1"                 android:background="@drawable/keyboard_button2"            >                 <ImageView                     android:layout_width="@dimen/keyboard_number_width"                     android:layout_height="@dimen/keyboard_number_height"                     android:layout_centerInParent="true"                     android:src="@drawable/sharp"