Add back the highlight and sticker tools.
BIN
res/drawable-hdpi/ic_camera_emoji_36.png
Normal file
After Width: | Height: | Size: 3.5 KiB |
BIN
res/drawable-hdpi/ic_highlighter_36.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 2.0 KiB |
BIN
res/drawable-mdpi/ic_camera_emoji_36.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
res/drawable-mdpi/ic_highlighter_36.png
Normal file
After Width: | Height: | Size: 782 B |
Before Width: | Height: | Size: 609 B |
Before Width: | Height: | Size: 1.0 KiB |
BIN
res/drawable-xhdpi/ic_camera_emoji_36.png
Normal file
After Width: | Height: | Size: 5.4 KiB |
BIN
res/drawable-xhdpi/ic_highlighter_36.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 2.9 KiB |
BIN
res/drawable-xxhdpi/ic_camera_emoji_36.png
Normal file
After Width: | Height: | Size: 9.7 KiB |
BIN
res/drawable-xxhdpi/ic_highlighter_36.png
Normal file
After Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 5.3 KiB |
BIN
res/drawable-xxxhdpi/ic_camera_emoji_36.png
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
res/drawable-xxxhdpi/ic_highlighter_36.png
Normal file
After Width: | Height: | Size: 4.9 KiB |
Before Width: | Height: | Size: 3.9 KiB |
Before Width: | Height: | Size: 8.2 KiB |
@@ -57,6 +57,22 @@
|
||||
android:padding="8dp"
|
||||
android:src="@drawable/ic_undo_36" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/scribble_draw_button"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="?attr/selectableItemBackgroundBorderless"
|
||||
android:padding="8dp"
|
||||
android:src="@drawable/ic_marker_36" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/scribble_highlight_button"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="?attr/selectableItemBackgroundBorderless"
|
||||
android:padding="8dp"
|
||||
android:src="@drawable/ic_highlighter_36" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/scribble_text_button"
|
||||
android:layout_width="wrap_content"
|
||||
@@ -66,12 +82,12 @@
|
||||
android:src="@drawable/ic_text_36" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/scribble_draw_button"
|
||||
android:id="@+id/scribble_sticker_button"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="?attr/selectableItemBackgroundBorderless"
|
||||
android:padding="8dp"
|
||||
android:src="@drawable/ic_marker_36" />
|
||||
android:src="@drawable/ic_camera_emoji_36" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/scribble_confirm_button"
|
||||
|
@@ -9,15 +9,14 @@
|
||||
android:id="@+id/tabs"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
app:tabBackground="@color/signal_primary"
|
||||
app:tabBackground="@color/core_grey_90"
|
||||
app:tabMode="fixed"/>
|
||||
|
||||
<android.support.v4.view.ViewPager
|
||||
android:id="@+id/pager"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="0px"
|
||||
android:layout_weight="1"
|
||||
android:background="@android:color/white" />
|
||||
android:layout_weight="1" />
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
|