Loading app/src/main/res/layout/fragment_notes_list_note_item.xml +3 −3 Original line number Diff line number Diff line Loading @@ -60,7 +60,7 @@ android:singleLine="true" android:layout_weight="1" android:textColor="@drawable/list_item_color_selector" android:textSize="16sp" /> android:textSize="@dimen/primary_font_size" /> <ImageView android:id="@+id/noteStatus" Loading Loading @@ -93,7 +93,7 @@ android:paddingTop="1dp" android:layout_weight="1" android:textColor="@drawable/list_item_color_selector_low" android:textSize="14sp" /> android:textSize="@dimen/secondary_font_size" /> <TextView android:id="@+id/noteCategory" Loading @@ -111,7 +111,7 @@ android:layout_marginLeft="8dp" android:singleLine="true" android:textColor="@drawable/list_item_color_selector" android:textSize="14sp" /> android:textSize="@dimen/secondary_font_size" /> </android.support.v7.widget.LinearLayoutCompat> </android.support.v7.widget.LinearLayoutCompat> </android.support.v7.widget.LinearLayoutCompat> Loading app/src/main/res/layout/fragment_notes_list_section_item.xml +1 −1 Original line number Diff line number Diff line Loading @@ -24,5 +24,5 @@ android:paddingEnd="16dp" android:paddingTop="48dp" android:textColor="@color/fg_default_selection" android:textSize="14sp" /> android:textSize="@dimen/secondary_font_size" /> </RelativeLayout> No newline at end of file app/src/main/res/values/dimens.xml +3 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,9 @@ <dimen name="button_padding">16dp</dimen> <dimen name="button_elevation">5dp</dimen> <dimen name="primary_font_size">16sp</dimen> <dimen name="secondary_font_size">14sp</dimen> <!-- Widgets --> <dimen name="widget_margin">8dp</dimen> <dimen name="widget_single_note_padding">10dp</dimen> Loading Loading
app/src/main/res/layout/fragment_notes_list_note_item.xml +3 −3 Original line number Diff line number Diff line Loading @@ -60,7 +60,7 @@ android:singleLine="true" android:layout_weight="1" android:textColor="@drawable/list_item_color_selector" android:textSize="16sp" /> android:textSize="@dimen/primary_font_size" /> <ImageView android:id="@+id/noteStatus" Loading Loading @@ -93,7 +93,7 @@ android:paddingTop="1dp" android:layout_weight="1" android:textColor="@drawable/list_item_color_selector_low" android:textSize="14sp" /> android:textSize="@dimen/secondary_font_size" /> <TextView android:id="@+id/noteCategory" Loading @@ -111,7 +111,7 @@ android:layout_marginLeft="8dp" android:singleLine="true" android:textColor="@drawable/list_item_color_selector" android:textSize="14sp" /> android:textSize="@dimen/secondary_font_size" /> </android.support.v7.widget.LinearLayoutCompat> </android.support.v7.widget.LinearLayoutCompat> </android.support.v7.widget.LinearLayoutCompat> Loading
app/src/main/res/layout/fragment_notes_list_section_item.xml +1 −1 Original line number Diff line number Diff line Loading @@ -24,5 +24,5 @@ android:paddingEnd="16dp" android:paddingTop="48dp" android:textColor="@color/fg_default_selection" android:textSize="14sp" /> android:textSize="@dimen/secondary_font_size" /> </RelativeLayout> No newline at end of file
app/src/main/res/values/dimens.xml +3 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,9 @@ <dimen name="button_padding">16dp</dimen> <dimen name="button_elevation">5dp</dimen> <dimen name="primary_font_size">16sp</dimen> <dimen name="secondary_font_size">14sp</dimen> <!-- Widgets --> <dimen name="widget_margin">8dp</dimen> <dimen name="widget_single_note_padding">10dp</dimen> Loading