Logo
Explore Help
Sign In
atl/android_translation_layer
0
0
Fork 0
You've already forked android_translation_layer
mirror of https://gitlab.com/android_translation_layer/android_translation_layer.git synced 2025-10-27 11:48:10 -07:00
Code Issues Packages Projects Releases Wiki Activity
Files
151eb334cc8cc43be54f9be3da9667f697ac9513
android_translation_layer/src/api-impl/android/widget/EditText.java

11 lines
184 B
Java
Raw Normal View History

refactor source tree organization, switch to meson
2022-10-02 23:06:56 +02:00
package android.widget;
import android.content.Context;
src/api-impl: fix up code style, mainly for code imported from AOSP used the following (plus manual edits): `clang-format --style="{BasedOnStyle: LLVM, IndentWidth: 8, UseTab: Always, AllowShortIfStatementsOnASingleLine: false, IndentCaseLabels: true, ColumnLimit: 0}`
2023-06-22 11:45:46 +02:00
import android.view.View;
refactor source tree organization, switch to meson
2022-10-02 23:06:56 +02:00
public class EditText extends TextView {
src/api-impl: fix up code style, mainly for code imported from AOSP used the following (plus manual edits): `clang-format --style="{BasedOnStyle: LLVM, IndentWidth: 8, UseTab: Always, AllowShortIfStatementsOnASingleLine: false, IndentCaseLabels: true, ColumnLimit: 0}`
2023-06-22 11:45:46 +02:00
public EditText(Context context) {
refactor source tree organization, switch to meson
2022-10-02 23:06:56 +02:00
super(context);
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Page: 67ms Template: 4ms
English
English
Licenses API