Skip to content

Commit

Permalink
Add a line break to all files
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgurg committed May 17, 2023
1 parent 739d784 commit f758daf
Show file tree
Hide file tree
Showing 22 changed files with 22 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,4 +169,4 @@ abstract class ToggleIconView @JvmOverloads constructor(
open fun setOnCheckedChangeListener(listener: (view: ToggleIconView, isChecked: Boolean) -> Unit) {
mOnCheckedChangeListener = listener
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ class PlayPause @JvmOverloads constructor(
context, attrs, defStyleAttr,
R.drawable.rounded_play_to_pause,
R.drawable.rounded_pause_to_play
)
)
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ class SoundOnOff @JvmOverloads constructor(
context, attrs, defStyleAttr,
R.drawable.rounded_sound_on_to_off,
R.drawable.rounded_sound_off_to_on
)
)
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ class AirplaneModeOnOff @JvmOverloads constructor(
context, attrs, defStyleAttr,
R.drawable.sharp_airplanemode_on_to_off,
R.drawable.sharp_airplanemode_off_to_on
)
)
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ class FlashOnOff @JvmOverloads constructor(
context, attrs, defStyleAttr,
R.drawable.sharp_flash_on_to_off,
R.drawable.sharp_flash_off_to_on
)
)
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ class PlayPause @JvmOverloads constructor(
context, attrs, defStyleAttr,
R.drawable.sharp_play_to_pause,
R.drawable.sharp_pause_to_play
)
)
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ class SoundOnOff @JvmOverloads constructor(
context, attrs, defStyleAttr,
R.drawable.sharp_sound_on_to_off,
R.drawable.sharp_sound_off_to_on
)
)
2 changes: 1 addition & 1 deletion lib/src/main/res/drawable/rounded_pause_to_play.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@
android:valueType="floatType" />
</aapt:attr>
</target>
</animated-vector>
</animated-vector>
2 changes: 1 addition & 1 deletion lib/src/main/res/drawable/rounded_play_to_pause.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@
android:valueType="floatType" />
</aapt:attr>
</target>
</animated-vector>
</animated-vector>
2 changes: 1 addition & 1 deletion lib/src/main/res/drawable/rounded_sound_off_to_on.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@
android:valueType="pathType" />
</aapt:attr>
</target>
</animated-vector>
</animated-vector>
2 changes: 1 addition & 1 deletion lib/src/main/res/drawable/rounded_sound_on_to_off.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@
android:valueType="pathType" />
</aapt:attr>
</target>
</animated-vector>
</animated-vector>
2 changes: 1 addition & 1 deletion lib/src/main/res/drawable/sharp_airplanemode_off_to_on.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@
android:valueType="pathType" />
</aapt:attr>
</target>
</animated-vector>
</animated-vector>
2 changes: 1 addition & 1 deletion lib/src/main/res/drawable/sharp_airplanemode_on_to_off.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@
android:valueType="pathType" />
</aapt:attr>
</target>
</animated-vector>
</animated-vector>
2 changes: 1 addition & 1 deletion lib/src/main/res/drawable/sharp_flash_off_to_on.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@
android:valueType="pathType" />
</aapt:attr>
</target>
</animated-vector>
</animated-vector>
2 changes: 1 addition & 1 deletion lib/src/main/res/drawable/sharp_flash_on_to_off.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@
android:valueType="pathType" />
</aapt:attr>
</target>
</animated-vector>
</animated-vector>
2 changes: 1 addition & 1 deletion lib/src/main/res/drawable/sharp_pause_to_play.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@
android:valueType="floatType" />
</aapt:attr>
</target>
</animated-vector>
</animated-vector>
2 changes: 1 addition & 1 deletion lib/src/main/res/drawable/sharp_play_to_pause.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@
android:valueType="floatType" />
</aapt:attr>
</target>
</animated-vector>
</animated-vector>
2 changes: 1 addition & 1 deletion lib/src/main/res/drawable/sharp_sound_off_to_on.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@
android:valueType="pathType" />
</aapt:attr>
</target>
</animated-vector>
</animated-vector>
2 changes: 1 addition & 1 deletion lib/src/main/res/drawable/sharp_sound_on_to_off.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@
android:valueType="pathType" />
</aapt:attr>
</target>
</animated-vector>
</animated-vector>
2 changes: 1 addition & 1 deletion lib/src/main/res/values/attrs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
<attr name="checkedTooltipText" format="string" />
<attr name="uncheckedTooltipText" format="string" />
</declare-styleable>
</resources>
</resources>
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ class MainActivity : AppCompatActivity() {
}
}
}
}
}
2 changes: 1 addition & 1 deletion sample/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
<item name="android:layout_height">48dp</item>
<item name="android:background">?android:attr/selectableItemBackgroundBorderless</item>
</style>
</resources>
</resources>

0 comments on commit f758daf

Please sign in to comment.