-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exception in layout editor #1
Comments
how did you solve it @weirdgyn |
@weirdgyn could you share the custom view with me |
I have some problem in copy pasting code here ... and the repository of the project where I'm using it is private. https://drive.google.com/file/d/1017Kv8G9y_ysMIIVfsWQlhAYfRAUmIC-/view?usp=sharing |
@weirdgyn could you please share it again |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I try to use this component I always get this message in layout editor:
This's the exception I got:
this's the xml code:
<eo.view.signalstrength.SignalStrengthView android:id="@+id/gcs_signal_level" android:layout_width="50dp" android:layout_height="50dp" app:layout_constraintEnd_toStartOf="@+id/gcs_battery_level" app:layout_constraintTop_toTopOf="parent" app:signalStrengthColor="?colorAccent" app:signalStrengthLevel="50" app:signalStrengthTheme="rounded" />
BTW I'm using battery-meter-view in the same project and it works fine.
The sample application is working.
The text was updated successfully, but these errors were encountered: