Ensure all files have a newline at the end
Change-Id: I55990ff367addbc24b34abe8da7fa6d52604a0d2
This commit is contained in:
committed by
Timi Rautamäki
parent
f6dbf84363
commit
8723edec03
@@ -17,4 +17,4 @@
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||
<solid android:color="@color/divider" />
|
||||
<size android:width="316dp" android:height="1px"/>
|
||||
</shape>
|
||||
</shape>
|
||||
|
@@ -26,4 +26,4 @@
|
||||
android:pathData="M10.25,13c0,0.69-0.56,1.25-1.25,1.25S7.75,13.69,7.75,13S8.31,11.75,9,11.75S10.25,12.31,10.25,13z M15,11.75 c-0.69,0-1.25,0.56-1.25,1.25s0.56,1.25,1.25,1.25s1.25-0.56,1.25-1.25S15.69,11.75,15,11.75z M22,12c0,5.52-4.48,10-10,10 S2,17.52,2,12S6.48,2,12,2S22,6.48,22,12z M20,12c0-0.78-0.12-1.53-0.33-2.24C18.97,9.91,18.25,10,17.5,10 c-3.13,0-5.92-1.44-7.76-3.69c-1.05,2.56-3.14,4.57-5.74,5.55C4.01,11.9,4,11.95,4,12c0,4.41,3.59,8,8,8S20,16.41,20,12z" />
|
||||
<path
|
||||
android:pathData="M0,0h24v24H0V0z" />
|
||||
</vector>
|
||||
</vector>
|
||||
|
@@ -5,4 +5,4 @@
|
||||
android:viewportHeight="24">
|
||||
<path android:fillColor="#000"
|
||||
android:pathData="M17,13L12,18L7,13H10V9H14V13M19.35,10.03C18.67,6.59 15.64,4 12,4C9.11,4 6.6,5.64 5.35,8.03C2.34,8.36 0,10.9 0,14A6,6 0 0,0 6,20H19A5,5 0 0,0 24,15C24,12.36 21.95,10.22 19.35,10.03Z"/>
|
||||
</vector>
|
||||
</vector>
|
||||
|
@@ -16,4 +16,4 @@
|
||||
-->
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||
<solid android:color="@color/page_background" />
|
||||
</shape>
|
||||
</shape>
|
||||
|
@@ -48,4 +48,4 @@
|
||||
android:duplicateParentState="true"
|
||||
android:clickable="false"/>
|
||||
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
|
@@ -18,4 +18,4 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:scaleType="fitXY"
|
||||
android:src="@drawable/divider" />
|
||||
android:src="@drawable/divider" />
|
||||
|
@@ -22,4 +22,4 @@
|
||||
<target android:targetId="@id/page" />
|
||||
</targets>
|
||||
</slide>
|
||||
</transitionSet>
|
||||
</transitionSet>
|
||||
|
@@ -22,4 +22,4 @@
|
||||
<target android:targetId="@id/page" />
|
||||
</targets>
|
||||
</slide>
|
||||
</transitionSet>
|
||||
</transitionSet>
|
||||
|
@@ -140,4 +140,4 @@ public class ScrimInsetsFrameLayout extends FrameLayout {
|
||||
public static interface OnInsetsCallback {
|
||||
public void onInsetsChanged(Rect insets);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user